Modules§
Structs§
- Config
- Configuration for the Wasm engine.
- Config
Builder - Configuration for the Wasm engine.
- GasUsage
- Interface
Version - Interface version for the Wasm host functions.
Enums§
- Export
Error - Internal
Host Error - Represents a catastrophic internal host error.
- Memory
Error - Metering
Points - Resolver
- Errors that can occur when resolving imports.
- VMError
- The outcome of a call. We can fold all errors into this type and return it from the host functions and remove Outcome type.
- Wasm
Preparation Error
Traits§
- Caller
- An abstraction over the ‘caller’ object of a host function that works for any Wasm VM.
- Wasm
Instance - A trait that represents a Wasm instance.
Functions§
- u32_
from_ host_ result - Converts a host result into a u32.
Type Aliases§
- Host
Result - VMResult
- Result of a VM operation.