wasmi-labs/wasmi
Efficient and versatile WebAssembly interpreter for embedded systems. 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
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
- readme: https://github.com/wasmi-labs/wasmi · fetched 2026-08-28 · 65da1098fc94
- homepage: https://wasmi-labs.github.io/wasmi/ · fetched 2026-08-29 · 44136fa355b3
- registry_crates: https://crates.io/api/v1/crates/wasmi · fetched 2026-08-29 · 0905570e169e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| wasmi-labs/wasmi | main | 94 |
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