diff options
Diffstat (limited to 'test/wasm2js/reinterpret.2asm.js')
-rw-r--r-- | test/wasm2js/reinterpret.2asm.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/wasm2js/reinterpret.2asm.js b/test/wasm2js/reinterpret.2asm.js index b4954e59f..d53c50bab 100644 --- a/test/wasm2js/reinterpret.2asm.js +++ b/test/wasm2js/reinterpret.2asm.js @@ -105,8 +105,8 @@ function asmFunc(global, env, buffer) { var FUNCTION_TABLE = []; return { - i32_roundtrip: $1, - i64_roundtrip: legalstub$2 + "i32_roundtrip": $1, + "i64_roundtrip": legalstub$2 }; } |