From e72f45c46d7f0416dda883c9ba35cd3f62feb7be Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Fri, 4 Dec 2015 21:52:59 -0800 Subject: add another wasm2asm testcase --- test/hello_world.wasm2asm.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/hello_world.wasm2asm.js (limited to 'test/hello_world.wasm2asm.js') diff --git a/test/hello_world.wasm2asm.js b/test/hello_world.wasm2asm.js new file mode 100644 index 000000000..d3996fb49 --- /dev/null +++ b/test/hello_world.wasm2asm.js @@ -0,0 +1,9 @@ +function asmFunc() { + function add(x, y) { + x = x | 0; + y = y | 0; + return x + y | 0; + } + +} + -- cgit v1.2.3