Expand description
Memory management for linear memories.
Memory
is to WebAssembly linear memories what Table
is to WebAssembly tables.
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 ๐