Skip to main content
WebAssembly.MemoryDescriptor - WASM - Web documentation
interface WebAssembly.MemoryDescriptor
The `MemoryDescriptor` describes the options you can pass to `new WebAssembly.Memory()`.

Properties

initial: number
optional
maximum: number
optional
shared: boolean