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