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:
Seth Junot
2019-01-17 18:00:52 -08:00
committed by Ayke van Laethem
parent 67fbfe6305
commit c9f4e41073
+1 -1
View File
@@ -322,7 +322,7 @@
true,
false,
global,
this._inst.exports.mem,
this._inst.exports.memory,
this,
];
this._refs = new Map();