Structs§
- Represents the address of an external reference in the interpreter.
- Represents the address of a function within a WebAssembly module.
Enums§
- A value at runtime. This is essentially a duplicate of ValType just with additional values.
Traits§
- An InteropValue is a Rust types that can be converted into a WASM Value. This trait is intended to simplify translation between Rust values and WASM values and thus is not used internally.
- An InteropValueList is an iterable list of InteropValues (i.e. Rust types that can be converted into WASM Values).