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, 1 insertions, 2 deletions
diff --git a/test/wasm2js/global_i64.2asm.js.opt b/test/wasm2js/global_i64.2asm.js.opt index 619a4a1f0..9399e09d5 100644 --- a/test/wasm2js/global_i64.2asm.js.opt +++ b/test/wasm2js/global_i64.2asm.js.opt @@ -1,6 +1,5 @@ -function asmFunc(importObject) { - var env = importObject.env || importObject; +function asmFunc(imports) { var Math_imul = Math.imul; var Math_fround = Math.fround; var Math_abs = Math.abs; |