mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 05:08:19 +00:00
This is the wasmer-wast crate, which contains an implementation of WebAssembly's
"wast" test scripting language, which is used in the
WebAssembly spec testsuite, using wasmer for execution.
Note: this project started as a fork of this crate.