referrerpolicy=no-referrer-when-downgrade

Module wasm_runtime

Source
Expand description

Definitions for a wasm runtime.

Structs§

AllocationStats
Memory allocation stats gathered during the lifetime of the allocator.

Enums§

HeapAllocStrategy
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§

WasmInstance
A trait that defines an abstract wasm module instance.
WasmModule
A trait that defines an abstract WASM runtime module.