diff options
Diffstat (limited to 'test/hello_world.2asm.js')
-rw-r--r-- | test/hello_world.2asm.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/hello_world.2asm.js b/test/hello_world.2asm.js index ba054a28e..c11126e24 100644 --- a/test/hello_world.2asm.js +++ b/test/hello_world.2asm.js @@ -11,6 +11,7 @@ function asmFunc(global, env, buffer) { var Math_imul = global.Math.imul; var Math_fround = global.Math.fround; var Math_abs = global.Math.abs; + var Math_clz32 = global.Math.clz32; function add(x, y) { x = x | 0; y = y | 0; |