Vendored version of wasmi from crates.io
  • Rust 96.4%
  • WebAssembly 1.8%
  • C 1.5%
  • CMake 0.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Robin Freyler 0a72f0257d
Some checks failed
Rust - Continuous Integration / Formatting (push) Has been cancelled
Rust - Continuous Integration / Build (push) Has been cancelled
Rust - Continuous Integration / Test (Address Sanitizer) (push) Has been cancelled
Rust - Continuous Integration / Check mininum supported Rust version (push) Has been cancelled
Rust - Continuous Integration / Test (push) Has been cancelled
Rust - Continuous Integration / Test-1 (push) Has been cancelled
Rust - Continuous Integration / Test-2 (push) Has been cancelled
Rust - Continuous Integration / Documentation (push) Has been cancelled
Rust - Continuous Integration / Audit (push) Has been cancelled
Rust - Continuous Integration / Cargo Deny (push) Has been cancelled
Rust - Continuous Integration / uDeps (push) Has been cancelled
Rust - Continuous Integration / Fuzz (push) Has been cancelled
Rust - Continuous Integration / Fuzz-1 (push) Has been cancelled
Rust - Continuous Integration / Fuzz-2 (push) Has been cancelled
Rust - Continuous Integration / Miri (push) Has been cancelled
Rust - Continuous Integration / Miri (spec) (push) Has been cancelled
Rust - Continuous Integration / Clippy (push) Has been cancelled
Rust - Continuous Integration / Coverage (push) Has been cancelled
Refactor CLI args parsing and improve error report (#1852)
refactor CLI args parsing and improve error report
2026-05-04 13:24:02 +02:00
.config Use cargo-nextest's new on-timeout="pass" option (#1753) 2025-12-28 13:18:52 +01:00
.github Bump codecov/codecov-action from 5.5.3 to 6.0.0 (#1833) 2026-03-26 17:10:44 +01:00
crates Refactor CLI args parsing and improve error report (#1852) 2026-05-04 13:24:02 +02:00
docs chore: fix some typos in comment (#1597) 2025-08-05 12:28:12 +02:00
fuzz Remove ancient wasmi (v0.31) from fuzzing (#1777) 2026-02-06 14:52:56 +01:00
resources Mention Project Oak as Wasmi user (#1610) 2025-08-08 19:11:16 +02:00
.gitignore Fix fuzz crash input generation (#1261) 2024-10-27 22:07:42 +01:00
.gitmodules Move Wasm spec testsuite Git submodule (#1591) 2025-08-01 17:18:53 +02:00
.rustfmt.toml Refactor Wasmi translator register visitation (#1178) 2024-09-16 23:09:38 +02:00
Cargo.lock Update Wasmtime dependency to v44.0.1 (#1850) 2026-05-04 12:41:24 +02:00
Cargo.toml Update Wasmtime dependency to v44.0.1 (#1850) 2026-05-04 12:41:24 +02:00
CHANGELOG.md Prepare Wasmi v2.0.0-beta.2 release (#1826) 2026-03-03 14:52:23 +01:00
CODE_OF_CONDUCT.md Write Contribution Guidelines and add Code of Conduct (#485) 2022-09-28 18:35:06 +02:00
codecov.yml Rename wasmi_ir2 crate to wasmi_ir (#1715) 2025-12-05 11:27:46 +01:00
CONTRIBUTING.md chore: minor improvement for docs (#1684) 2025-11-04 21:29:56 +01:00
LICENSE-APACHE Prepare Wasmi transition (#930) 2024-02-07 23:20:08 +01:00
LICENSE-MIT Prepare Wasmi transition (#930) 2024-02-07 23:20:08 +01:00
NEWS.md Remove time association of audit in news (#1326) 2024-11-30 13:51:04 +01:00
README.md Mention Project Oak as Wasmi user (#1610) 2025-08-08 19:11:16 +02:00
SECURITY.md Prepare Wasmi transition (#930) 2024-02-07 23:20:08 +01:00

Continuous Integration Test Coverage Documentation Crates.io
ci codecov docs crates

Wasmi - WebAssembly (Wasm) Interpreter

Wasmi is an efficient and lightweight WebAssembly interpreter with a focus on constrained and embedded systems.

Distinct Features

  • Simple, correct and deterministic execution of WebAssembly.
  • Efficient and cross-platform WebAssembly runtime for no_std embedded environments.
  • Compiler/JIT bomb resisting translation.
  • Loosely mirrors the Wasmtime API to act as drop-in replacement.
  • 100% WebAssembly spec testsuite compliance.
  • Built-in support for fuel metering.
  • Supports the official Wasm C-API.

Security Audits

Wasmi is suitable for safety critical use cases and has been audited twice.

Wasmi Version(s) Auditor Contractor Report
0.36.0-0.38.0 Runtime Verification Inc. Stellar Development Foundation PDF
0.31.0 SRLabs Parity Technologies PDF

Docs

WebAssembly Features

WebAssembly Proposal WebAssembly Proposal
mutable-global 0.14.0 custom-page-sizes 0.41.0
saturating-float-to-int 0.14.0 memory64 0.41.0
sign-extension 0.14.0 wide-arithmetic 0.42.0
multi-value 0.14.0 simd 0.43.0
bulk-memory 0.24.0 relaxed-simd 0.44.0
reference-types 0.24.0 📅 function-references Tracking Issue
tail-calls 0.28.0 📅 gc Tracking Issue
extended-const 0.29.0 📅 threads Tracking Issue
multi-memory 0.37.0 📅 exception-handling Tracking Issue
Embeddings
WASI WASI (wasip1) support via the wasmi_wasi crate.
C-API Official Wasm C-API support via the wasmi_c_api_impl crate.

Used by

If you want your project on this list please inform me about you project and how Wasmi is used.

Stellar Soroban   Wasmer   Firefly Zero   Typst   Orbitinghail   Smoldot   Munal OS   icu4x   Ayaka   Project Oak  

Sponsors

Special thanks to the past and present sponsors of the Wasmi project.

Sponsoring since Oct. 2024
Sponsored until Oct. 2024

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.