Expand description
Definitions for a wasm runtime.
Structs§
- Allocation
Stats - Memory allocation stats gathered during the lifetime of the allocator.
Enums§
- Heap
Alloc Strategy - Defines the heap pages allocation strategy the wasm runtime should use.
Constants§
- DEFAULT_
HEAP_ ALLOC_ PAGES - Default heap allocation pages.
- DEFAULT_
HEAP_ ALLOC_ STRATEGY - Default heap allocation strategy.
Traits§
- Wasm
Instance - A trait that defines an abstract wasm module instance.
- Wasm
Module - A trait that defines an abstract WASM runtime module.