mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 10:37:46 +00:00
wasm: fix typo in wasm_exec.js preventing memory import
Seems to have been left over from the original copy. This correction should fix calls to the "memory" variable in syscall/js.
This commit is contained in:
committed by
Ayke van Laethem
parent
67fbfe6305
commit
c9f4e41073
@@ -322,7 +322,7 @@
|
||||
true,
|
||||
false,
|
||||
global,
|
||||
this._inst.exports.mem,
|
||||
this._inst.exports.memory,
|
||||
this,
|
||||
];
|
||||
this._refs = new Map();
|
||||
|
||||
Reference in New Issue
Block a user