blob: 1d9b0f475fa64e9effd9ac254246fcfb12529810 [file] [log] [blame]
export let memory = new WebAssembly.Memory({
initial: 1,
maximum: 11
});