#wasm-interpreter #standard #no-std

no-std bin+lib wasper

A Webassembly interpreter written in Rust without standard library

4 releases

0.1.3 Aug 13, 2023
0.1.2 Aug 13, 2023
0.1.1 Aug 12, 2023
0.1.0 Aug 11, 2023

#439 in WebAssembly

45 downloads per month

MIT license

180KB
5K SLoC

wasper

wasper is a WebAssembly interpreter written in Rust without standard library.

Spec test

$ git submodule init
$ git submodule update

- Running tests
$ cargo test

- Running tests with logging
$ RUST_LOG=info cargo test

Dependencies

~575KB
~11K SLoC