Crate wasmer_wast

Source
Expand description

Implementation of the WAST text format for wasmer.

Modules§

error 🔒
spectest 🔒
wasi_wast 🔒
wast 🔒

Structs§

DirectiveError
A Directive Error
DirectiveErrors
A structure holding the list of all executed directives
WasiTest
Crate holding metadata parsed from the WASI WAST about the test to be run.
Wast
The wast test script language allows modules to be defined and actions to be performed on them.

Enums§

WasiFileSystemKind
The kind of filesystem WasiTest is going to use.

Constants§

VERSION
Version number of this crate.

Functions§

spectest_importobject
Return an instance implementing the “spectest” interface used in the spec testsuite.