diff options
Diffstat (limited to 'test/wasm2asm.asserts.js')
-rw-r--r-- | test/wasm2asm.asserts.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/wasm2asm.asserts.js b/test/wasm2asm.asserts.js index a41dc6463..b36b52c0b 100644 --- a/test/wasm2asm.asserts.js +++ b/test/wasm2asm.asserts.js @@ -12,6 +12,8 @@ function asmFunc(global, env, buffer) { var Math_fround = global.Math.fround; var Math_abs = global.Math.abs; var Math_clz32 = global.Math.clz32; + var Math_min = global.Math.min; + var Math_max = global.Math.max; function $0() { } |