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§
- Represents linear memory that can be either owned or shared
- A linear memory instance.
- A linear memory instance.
- A shared linear memory instance.
- WasmMmap 🔒
Traits§
- Represents memory that is used by the WebAsssembly module