Ross ROSS = Recommend OSS · open-source software intelligence for agents

WAVM/WAVM

WebAssembly Virtual Machine observed · 2026-08-28

github.com/WAVM/WAVM · homepage · C++ · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

70/100

  • Activity 75
  • Release rhythm 46
  • Longevity 100

Flags: prerelease_only

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4030
  • days_rel: 150
  • days_push: 150
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

2775 stars · 233 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

WAVM is a WebAssembly virtual machine designed for non-browser applications, using LLVM to JIT-compile WebAssembly to near-native machine code. It supports WebAssembly 1.0 plus extensions like WASI, SIMD, threads, and exception handling, with sandboxing to isolate untrusted code.

Use cases

  • run webassembly modules outside the browser
  • embed a wasm runtime in a native application
  • sandbox untrusted code with webassembly
  • execute WASI programs on the command line
  • jit compile wasm to native code with llvm

When to choose

  • you need a fast, near-native WebAssembly runtime for server or embedded host applications
  • you want WASI, SIMD, threads, or exception-handling support in a standalone VM
  • you need to safely isolate plugin code inside a C++ application

When to avoid

  • you only need WebAssembly in a web browser
  • you require strong protection against side-channel attacks like Spectre
  • you need a 32-bit host runtime
  • you need a lightweight interpreter rather than a JIT with an LLVM dependency

Facets

library · maturity active

interpreter compiler developer-tools programming-languages compilers cpp windows cross-platform webassembly wasm-runtime llvm-jit wasi virtual-machine sandboxing linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
WAVM/WAVMmain70

For agents

markdown · JSON · MCP: product_card(name="WAVM/WAVM")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem