Skip to content

devoncarew/wasmi

Repository files navigation

An experimental Wasm interpreter written in Dart.

Useful docs

Conformance tests

We generate our spec tests from the conformance suite at https://github.com/WebAssembly/spec/tree/main/test/core.

You need to have the wabt tools (wat2wasm, wasm2wat, ...) installed locally.

dart tool/gen_tests.dart

Updating the spec files

  • git submodule update

or:

  • git submodule update --remote

About

An experimental Wasm interpreter for Dart.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published