wasper is a WebAssembly interpreter written in Rust without standard library.
``` $ git submodule init $ git submodule update
Running tests $ cargo test
Running tests with logging $ RUST_LOG=info cargo test ```