Module wasmer_vm::memory

source ·
Expand description

Memory management for linear memories.

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

Re-exports§

Structs§

Traits§

  • Represents memory that is used by the WebAsssembly module