Module memory

Source
Expand description

Memory management for linear memories.

Memory is to WebAssembly linear memories what Table is to WebAssembly tables.

Re-exports§

pub use crate::threadconditions::NotifyLocation;
pub use crate::threadconditions::WaiterError;

Structs§

VMMemory
Represents linear memory that can be either owned or shared
VMMemoryConfig 🔒
A linear memory instance.
VMOwnedMemory
A linear memory instance.
VMSharedMemory
A shared linear memory instance.
WasmMmap 🔒

Traits§

LinearMemory
Represents memory that is used by the WebAsssembly module