DLR-FT / wasm-interpreter

A minimal in-place WebAssembly interpreter, written in Rust, almost without use of external dependencies
https://dlr-ft.github.io/wasm-interpreter/main/
Apache License 2.0
3 stars 2 forks source link
interpreter wasm

⚠️ This project is still in its early stages and is not yet functional

A minimal interpreter for WebAssembly bytecode.

This is minimal interpreter that operates in-place and relies on (almost) no external dependencies while being fully no_std.

Features:

More information