Variable Memory

Memory: {
    prototype: WebAssembly.Memory;
    new (descriptor: MemoryDescriptor): WebAssembly.Memory;
}