Expand description
Module for memory and allocations context.
Structs§
- Allocations
Context - Pages allocations context for the running program.
- Into
Page BufError - Error in attempt to make wrong size page buffer.
- Memory
Interval - Interval in wasm program memory.
- Noop
Grow Handler - Grow handler do nothing implementation
- PageBuf
- Buffer for gear page data.
Enums§
- Alloc
Error - Allocation error
- Memory
Error - Core memory error.
- Memory
Setup Error - Inconsistency in memory parameters provided for wasm execution.
Traits§
- Grow
Handler - Before and after memory grow actions.
- Memory
- Backend wasm memory interface.
Type Aliases§
- Host
Pointer - Host pointer type. Host pointer can be 64bit or less, to support both we use u64.
- Page
BufInner - Alias for inner type of page buffer.