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

wasmi-labs/wasmi

Efficient and versatile WebAssembly interpreter for embedded systems. observed · 2026-08-28

github.com/wasmi-labs/wasmi · homepage · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

94/100

  • Activity 97
  • Release rhythm 88
  • Longevity 100
How is this computed?

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

  • gap_med: 2
  • age_days: 3145
  • days_rel: 82
  • days_push: 22
  • n_releases_24m: 48

Full methodology

Adoption not part of the score

2173 stars · 360 forks observed · 2026-08-28

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

Wasmi is an efficient, lightweight WebAssembly interpreter written in Rust, focused on constrained and embedded (no_std) environments. It offers 100% Wasm spec testsuite compliance, fuel metering, sandboxed deterministic execution, and an API loosely mirroring Wasmtime for drop-in replacement.

Use cases

  • run webassembly modules on embedded systems
  • sandbox untrusted wasm code safely
  • embed a wasm interpreter in a rust application
  • replace wasmtime with a lighter interpreter
  • execute wasm with fuel metering for metered execution
  • run webassembly in no_std environments

When to choose

  • you need a lightweight, audited wasm interpreter for embedded or constrained targets
  • you want deterministic, sandboxed wasm execution with fuel metering
  • you need a Wasmtime-like API without a JIT compiler

When to avoid

  • you need maximum wasm execution throughput, where a JIT compiler like Wasmtime is faster
  • you need a full wasm runtime with extensive host tooling beyond interpretation

Facets

library · maturity active

interpreter wasm security embedded web-development embedded-systems developer-tools security rust embedded cross-platform wasm wasm-runtime virtual-machine fuel-metering no-std wasi drop-in-wasmtime-replacement sandbox no_std

3 sources

Member repositories

RepositoryRoleHealth v2
wasmi-labs/wasmimain94

For agents

markdown · JSON · MCP: product_card(name="wasmi-labs/wasmi")

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