Browse Source

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.
pull/143/head
Seth Junot 6 years ago
committed by Ayke van Laethem
parent
commit
c9f4e41073
No known key found for this signature in database GPG Key ID: E97FF5335DFDFDED
  1. 2
      targets/wasm_exec.js

2
targets/wasm_exec.js

@ -322,7 +322,7 @@
true,
false,
global,
this._inst.exports.mem,
this._inst.exports.memory,
this,
];
this._refs = new Map();

Loading…
Cancel
Save