summaryrefslogtreecommitdiff
path: root/test/empty_imported_table.2asm.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/empty_imported_table.2asm.js')
-rw-r--r--test/empty_imported_table.2asm.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/empty_imported_table.2asm.js b/test/empty_imported_table.2asm.js
index dcb58de56..276827473 100644
--- a/test/empty_imported_table.2asm.js
+++ b/test/empty_imported_table.2asm.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;
var import$table$0 = env.table;
function __wasm_ctz_i32(x) {
x = x | 0;