Structs§
- Extern
Addr - Represents the address of an external reference in the interpreter.
- F32
- F64
- Func
Addr - Represents the address of a function within a WebAssembly module.
- Func
RefFor Interop Value
Enums§
- Ref
- RefValue
Ty - Value
- A value at runtime. This is essentially a duplicate of ValType just with additional values.
Traits§
- Interop
Value - 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.
- Interop
Value List - An InteropValueList is an iterable list of InteropValues (i.e. Rust types that can be converted into WASM Values).