osa1 / wasmrun

[WIP] A Wasm interpreter with debugging and inspection capabilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • wain and wasmi are Wasm interpreters written in Rust
  • wasm-spec-interpreter provides Rust bindings for the Wasm reference interpreter (written in OCaml).

About

[WIP] A Wasm interpreter with debugging and inspection capabilities

License:Other


Languages

Language:Rust 99.9%Language:Shell 0.1%