Module sc_executor_common::wasm_runtime
source · Expand description
Definitions for a wasm runtime.
Structs
- Memory allocation stats gathered during the lifetime of the allocator.
Enums
- Defines the heap pages allocation strategy the wasm runtime should use.
- A method to be used to find the entrypoint when calling into the runtime
Constants
- Default heap allocation pages.
- Default heap allocation strategy.
Traits
- A trait that defines an abstract wasm module instance.
- A trait that defines an abstract WASM runtime module.