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.
Этот коммит содержится в:
Seth Junot 2019-01-17 18:00:52 -08:00 коммит произвёл Ayke van Laethem
родитель 67fbfe6305
коммит c9f4e41073
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: E97FF5335DFDFDED

Просмотреть файл

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