WebAssembly.MemoryDescriptorThe MemoryDescriptor describes the options you can pass to new WebAssembly.Memory(). interface MemoryDescriptor {initial: number;maximum?: number;shared?: boolean;}§Properties§initial: number[src]§maximum?: number[src]§shared?: boolean[src]