summaryrefslogtreecommitdiff
path: root/test/wasm2asm.asserts.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasm2asm.asserts.js')
-rw-r--r--test/wasm2asm.asserts.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/wasm2asm.asserts.js b/test/wasm2asm.asserts.js
index a2c59f641..0b347b02c 100644
--- a/test/wasm2asm.asserts.js
+++ b/test/wasm2asm.asserts.js
@@ -14,6 +14,9 @@ function asmFunc(global, env, buffer) {
var Math_clz32 = global.Math.clz32;
var Math_min = global.Math.min;
var Math_max = global.Math.max;
+ var Math_floor = global.Math.floor;
+ var Math_ceil = global.Math.ceil;
+ var Math_sqrt = global.Math.sqrt;
var i64toi32_i32$HIGH_BITS = 0;
function $0() {