wasper 0.1.3

A Webassembly interpreter written in Rust without standard library
Documentation

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