Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
interface WebAssembly.MemoryDescriptor

The MemoryDescriptor describes the options you can pass to new WebAssembly.Memory().

Properties

initial: number
optional
maximum: number
optional
shared: boolean