Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.24 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.24 KB

wasmrun

Name is subject to change.

This will eventually be a Wasm interpreter with debugging and inspection capabilities.

Current status

wasmrun currently passes Wasm reference test suite, with the following proposals:

Development

To run spec tests, first pull the submodules (git submodule update --init), then run cargo run --bin spec-test.

Related projects