summaryrefslogtreecommitdiff
path: root/test/hello_world.fromasm.no-opts
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2016-08-28 09:02:18 -0700
committerAlon Zakai <alonzakai@gmail.com>2016-09-07 09:55:55 -0700
commit42ad2cdbe5baa32dd1b0aea143a4e45f81e8b9b5 (patch)
treee3bc9183e04bd049d7b497c61425e44989f609fd /test/hello_world.fromasm.no-opts
parent304fef1d997f1c43249996737ef7ce6deb961481 (diff)
downloadbinaryen-42ad2cdbe5baa32dd1b0aea143a4e45f81e8b9b5.tar.gz
binaryen-42ad2cdbe5baa32dd1b0aea143a4e45f81e8b9b5.tar.bz2
binaryen-42ad2cdbe5baa32dd1b0aea143a4e45f81e8b9b5.zip
import memory #684
Diffstat (limited to 'test/hello_world.fromasm.no-opts')
-rw-r--r--test/hello_world.fromasm.no-opts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hello_world.fromasm.no-opts b/test/hello_world.fromasm.no-opts
index 368ffaff3..80e7688e2 100644
--- a/test/hello_world.fromasm.no-opts
+++ b/test/hello_world.fromasm.no-opts
@@ -1,7 +1,7 @@
(module
(memory 256 256)
+ (import $memory memory "env" "memory")
(export "add" $add)
- (export "memory" memory)
(func $add (param $x i32) (param $y i32) (result i32)
(return
(i32.add