get native implementation working again

This commit is contained in:
2021-11-08 22:30:34 +01:00
parent 021acb960b
commit 35ff01d7a8
2 changed files with 78 additions and 17 deletions

View File

@@ -59,7 +59,7 @@ async function runModule(data) {
let loaderImport = {
env: {
memory: new WebAssembly.Memory({ initial: 8 })
memory: new WebAssembly.Memory({ initial: 9 })
}
};
let loadMem = loaderImport.env.memory.buffer;