diff options
Diffstat (limited to 'test/wasm2js/get_local.2asm.js')
-rw-r--r-- | test/wasm2js/get_local.2asm.js | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/test/wasm2js/get_local.2asm.js b/test/wasm2js/get_local.2asm.js index 29039b679..b2551108f 100644 --- a/test/wasm2js/get_local.2asm.js +++ b/test/wasm2js/get_local.2asm.js @@ -279,15 +279,15 @@ function asmFunc(global, env, buffer) { }; } -const memasmFunc = new ArrayBuffer(65536); -const retasmFunc = asmFunc({Math,Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array,NaN,Infinity}, {abort:function() { throw new Error('abort'); },setTempRet0},memasmFunc); -export const type_local_i32 = retasmFunc.type_local_i32; -export const type_local_i64 = retasmFunc.type_local_i64; -export const type_local_f32 = retasmFunc.type_local_f32; -export const type_local_f64 = retasmFunc.type_local_f64; -export const type_param_i32 = retasmFunc.type_param_i32; -export const type_param_i64 = retasmFunc.type_param_i64; -export const type_param_f32 = retasmFunc.type_param_f32; -export const type_param_f64 = retasmFunc.type_param_f64; -export const type_mixed = retasmFunc.type_mixed; -export const read = retasmFunc.read; +var memasmFunc = new ArrayBuffer(65536); +var retasmFunc = asmFunc({Math,Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array,NaN,Infinity}, {abort:function() { throw new Error('abort'); },setTempRet0},memasmFunc); +export var type_local_i32 = retasmFunc.type_local_i32; +export var type_local_i64 = retasmFunc.type_local_i64; +export var type_local_f32 = retasmFunc.type_local_f32; +export var type_local_f64 = retasmFunc.type_local_f64; +export var type_param_i32 = retasmFunc.type_param_i32; +export var type_param_i64 = retasmFunc.type_param_i64; +export var type_param_f32 = retasmFunc.type_param_f32; +export var type_param_f64 = retasmFunc.type_param_f64; +export var type_mixed = retasmFunc.type_mixed; +export var read = retasmFunc.read; |