diff options
Diffstat (limited to 'test/wasm2js/global_i64.2asm.js.opt')
-rw-r--r-- | test/wasm2js/global_i64.2asm.js.opt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/wasm2js/global_i64.2asm.js.opt b/test/wasm2js/global_i64.2asm.js.opt index fd42701a3..2ae651690 100644 --- a/test/wasm2js/global_i64.2asm.js.opt +++ b/test/wasm2js/global_i64.2asm.js.opt @@ -1,5 +1,6 @@ -function asmFunc(env) { +function asmFunc(importObject) { + var env = importObject.env || importObject; var Math_imul = Math.imul; var Math_fround = Math.fround; var Math_abs = Math.abs; |