summaryrefslogtreecommitdiff
path: root/test/hello_world.2asm.js
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-12-04 21:54:02 -0800
committerAlon Zakai <alonzakai@gmail.com>2015-12-04 21:54:02 -0800
commitbaf52c53ae9af1f55012e4b31ea6c32aeb639c86 (patch)
tree6c19931cc0fb2206b58a4b603c1034dab578d20d /test/hello_world.2asm.js
parente72f45c46d7f0416dda883c9ba35cd3f62feb7be (diff)
downloadbinaryen-baf52c53ae9af1f55012e4b31ea6c32aeb639c86.tar.gz
binaryen-baf52c53ae9af1f55012e4b31ea6c32aeb639c86.tar.bz2
binaryen-baf52c53ae9af1f55012e4b31ea6c32aeb639c86.zip
rename some files
Diffstat (limited to 'test/hello_world.2asm.js')
-rw-r--r--test/hello_world.2asm.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/hello_world.2asm.js b/test/hello_world.2asm.js
new file mode 100644
index 000000000..d3996fb49
--- /dev/null
+++ b/test/hello_world.2asm.js
@@ -0,0 +1,9 @@
+function asmFunc() {
+ function add(x, y) {
+ x = x | 0;
+ y = y | 0;
+ return x + y | 0;
+ }
+
+}
+