A WebAssembly (Wasm) runtime written in Rust following the WebAssembly 1.0 spec. Building it as an intersection between my interests in web infrastructure and interpreters.
It also fully passes the WebAssembly 1.0 spec test suite - which you can run with cargo test.
Make sure you have
wabtinstalled on your system, because I usewast2json.