Structs§
- Compilation
Options - Compilation
Options Legacy - Missing
Wasm Error - Opcode
Cost - Service
Error - Unknown
Breakpoint Value Error - VMHooks
Default - Dummy implementation for VMHooks. Can be used as placeholder, or in tests.
- VMHooks
Early Exit - Contains details regarding an early exit triggered by a VM hook.
- VMHooks
Legacy Adapter - Allow conversion from the new VMHooks to the old.
- VMHooks
Legacy Default - Dummy implementation for VMHooks. Can be used as placeholder, or in tests.
Enums§
Traits§
- Executor
- Executor
Last Error - Executor
Legacy - Executor
Service - Instance
- The new instance trait, only used for configuring & calling the wasmer instance.
- Instance
Legacy - The old instance trait, used both:
- Instance
State - The interface through which VM hooks update the instance state.
- VMHooks
- VMHooks
Legacy - VMHooks
SetEarly Exit - Allows VM hooks handler to define an early exit method to be used by the VMHooksLegacyAdapter.
Functions§
- check_
missing_ wasm - Useful for validating wasm bytes coming from tests.
Type Aliases§
- Executor
Error - MemLength
- The argument type for dealing with lengths of slices of the executor memory.
- MemPtr
- The argument type for dealing with executor memory pointers.