Files
wasmtime/lib/wast
Dan Gohman a5a23d8c4a Factor WasmNamespace out of lib/wast and into lib/execute as Namespace.
This makes it usable for things other than just wast tests.
2018-12-24 22:08:36 -08:00
..
2018-12-17 13:45:12 -08:00

This is the wasmtime-wast crate, which contains an implementation of WebAssembly's "wast" test scripting language, which is used in the WebAssembly spec testsuite, using wasmtime for execution.