mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-14 07:53:40 +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,
|
true,
|
||||||
false,
|
false,
|
||||||
global,
|
global,
|
||||||
this._inst.exports.mem,
|
this._inst.exports.memory,
|
||||||
this,
|
this,
|
||||||
];
|
];
|
||||||
this._refs = new Map();
|
this._refs = new Map();
|
||||||
|
|||||||
Reference in New Issue
Block a user