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
- VMMemory
Config 🔒 - A linear memory instance.
- VMOwned
Memory - A linear memory instance.
- VMShared
Memory - A shared linear memory instance.
- Wasm
Mmap 🔒
Traits§
- Linear
Memory - Represents memory that is used by the WebAsssembly module