/wasmi

An experimental Wasm interpreter for Dart.

Primary LanguageDartBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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