Expand description
Implementation of the WAST text format for wasmtime.
Structs§
- Spectest
Config - Configuration of how spectest primitives work.
- Wast
Context - The wast test script language allows modules to be defined and actions to be performed on them.
Enums§
- Async
- Whether or not to use async APIs when calling wasm during wast testing.
Constants§
- VERSION
- Version number of this crate.
Functions§
- link_
spectest - Return an instance implementing the “spectest” interface used in the spec testsuite.