diff options
Diffstat (limited to 'test/wasm2js/reinterpret_scratch.2asm.js.opt')
-rw-r--r-- | test/wasm2js/reinterpret_scratch.2asm.js.opt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/wasm2js/reinterpret_scratch.2asm.js.opt b/test/wasm2js/reinterpret_scratch.2asm.js.opt index d1e018442..bc077cdce 100644 --- a/test/wasm2js/reinterpret_scratch.2asm.js.opt +++ b/test/wasm2js/reinterpret_scratch.2asm.js.opt @@ -34,12 +34,12 @@ function asmFunc(imports) { var Math_ceil = Math.ceil; var Math_trunc = Math.trunc; var Math_sqrt = Math.sqrt; - function $0() { - var $0_1 = 0; + function foo() { + var $0 = 0; wasm2js_scratch_store_f64(305419896.0); - $0_1 = wasm2js_scratch_load_i32(1) | 0; + $0 = wasm2js_scratch_load_i32(1) | 0; HEAP32[0] = wasm2js_scratch_load_i32(0); - HEAP32[1] = $0_1; + HEAP32[1] = $0; return HEAP32[0]; } @@ -49,7 +49,7 @@ function asmFunc(imports) { } return { - "foo": $0 + "foo": foo }; } |