cve-rs VS wasm-micro-runtime

Compare cve-rs vs wasm-micro-runtime and see what are their differences.

cve-rs

Blazingly 🔥 fast 🚀 memory vulnerabilities, written in 100% safe Rust. 🦀 (by Speykious)
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
cve-rs wasm-micro-runtime
15 27
5,233 5,692
2.2% 1.6%
2.9 9.7
3 months ago 2 days ago
Rust C
GNU General Public License v3.0 or later Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

cve-rs

Posts with mentions or reviews of cve-rs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-12-18.

wasm-micro-runtime

Posts with mentions or reviews of wasm-micro-runtime. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-12-12.
  • Show HN: Tiny VM sandbox in C with apps in Rust, C and Zig
    5 projects | news.ycombinator.com | 12 Dec 2025
    Really neat clean code!

    I like the single C file, but Docker if you want all the examples approach, that's really convenient for embedded.

    Test coverage looks good as well, be interesting to see the metrics.

    This would be quite cool for adding scripting to medical devices, avoiding the need to revalidate the "core" each time you change a feature.

    An interesting comparison would be against an embedded WASM bytecode interpreter like https://github.com/bytecodealliance/wasm-micro-runtime, which is still much larger at 56.3K on a Cortex M4F.

  • XRPL Programmability: WASM Runtime Revisit
    3 projects | dev.to | 1 Dec 2025
    WAMR: See section 2.2 of this research paper for some historical examples of bugs or security issues in WAMR that (according to the paper’s author) seem to be caused by a posture of assuming “first party” code on the part of the WAMR team. There have been a handful of major CVEs reported. The project has not had any audits done.
  • Edit is now open source
    13 projects | news.ycombinator.com | 19 May 2025
    Here is a runtime with estimated sizes: https://github.com/bytecodealliance/wasm-micro-runtime
  • What’s The State of WASI?
    5 projects | dev.to | 16 May 2025
    The Bytecode Alliance maintains a number of open source WebAssembly projects, including two WebAssembly runtimes (Wasmtime and Wamr), the component model tools, and language-specific tooling like jco for Javascript and componentize-py for Python. Members of the Bytecode Alliance also do substantial work on standards for the W3C.
  • A 10x Faster TypeScript
    38 projects | news.ycombinator.com | 11 Mar 2025
  • Hello world from a WASM module in a static binary
    5 projects | dev.to | 22 Feb 2025
    Finally, I landed on Bytecode Alliance's WebAssembly Micro Runtime (WAMR) wamrc compiler.
  • I Wrote a WebAssembly VM in C
    11 projects | news.ycombinator.com | 3 Feb 2025
    The person I replied to just said it is 266MB because it includes a compiler, and that obviously isn't true.

    https://github.com/bytecodealliance/wasm-micro-runtime

    This says 4000 lines

    https://github.com/explodingcamera/tinywasm

    What are we talking about here? There is obviously no reason a wasm jit has to be 266 MB

  • Lua Is So Underrated
    27 projects | news.ycombinator.com | 26 Dec 2024
    To be able to embed WASM-compiled languages for embedding you first need a small WASM runtime you can depend on (and things like ref types, GC etc which have been standardized only in the last couple of years).

    That didn't exist until recently, but now you can use https://github.com/bytecodealliance/wasm-micro-runtime/blob/...

    I am not aware of anyone using this yet, but I hope to see that become common in the next few years.

  • Wasm2Mpy: Compiling WASM to MicroPython so it can run in Raspberry
    8 projects | news.ycombinator.com | 20 Sep 2024
    What would be the recommendation to run on ESP32?

    https://github.com/wasm3/wasm3? https://github.com/espressif/esp-wasmachine ? https://github.com/bytecodealliance/wasm-micro-runtime/tree/... ? https://github.com/TOPLLab/WARDuino ?

  • Show HN: Handwriter.ttf – Handwriting Synthesis with Harfbuzz WASM
    8 projects | news.ycombinator.com | 21 Aug 2024
    Interesting artifact of time it would be. Harfbuzz uses https://github.com/bytecodealliance/wasm-micro-runtime to execute wasm, so when compiled it would be wasm runtime running under another wasm runtime.

What are some alternatives?

When comparing cve-rs and wasm-micro-runtime you can also consider the following projects:

stc - Speedy TypeScript type checker

WASI - WebAssembly System Interface

latte - Latency Tester for Apache Cassandra

raylib - A simple and easy-to-use library to enjoy videogames programming

zlib-rs - A zlib implementation in rust available as a C dynamic library and as a rust crate

zephyr - Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.

Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured

Did you know that Rust is
the 5th most popular programming language
based on number of references?