mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-20 11:16:42 +01:00
get native implementation working again
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user