From 7efb88f9806799357f026dd15ffe28e898bf283d Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Sun, 6 Dec 2015 16:15:27 -0800 Subject: emit 'use asm' in wasm2asm --- test/hello_world.2asm.js | 1 + 1 file changed, 1 insertion(+) (limited to 'test/hello_world.2asm.js') diff --git a/test/hello_world.2asm.js b/test/hello_world.2asm.js index d3996fb49..2c67f05ff 100644 --- a/test/hello_world.2asm.js +++ b/test/hello_world.2asm.js @@ -1,4 +1,5 @@ function asmFunc() { + "use asm"; function add(x, y) { x = x | 0; y = y | 0; -- cgit v1.2.3