Expand description
Definitions from the wasmi_core
crate.
Modules§
Structs§
- F32
- A NaN preserving
f32
type. - F64
- A NaN preserving
f64
type. - Pages
- An amount of linear memory pages.
- Trap
- Error type which can be returned by Wasm code or by the host environment.
- Untyped
Val - An untyped value.
Enums§
- Trap
Code - Error type which can be thrown by wasm code or by host environment.
- Untyped
Error - An error that may occur upon encoding or decoding slices of
UntypedVal
. - ValType
- Type of a value.
Traits§
- Decode
Untyped Slice - Tuple types that allow to decode a slice of
UntypedVal
. - Encode
Untyped Slice - Tuple types that allow to encode a slice of
UntypedVal
. - Host
Error - Trait that allows the host to return custom error.