osa1 / wasmrun

[WIP] A Wasm interpreter with debugging and inspection capabilities
Other
11 stars 1 forks source link
wasm

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