mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 21:58:20 +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.