summaryrefslogtreecommitdiff
path: root/test/hello_world.fromasm.imprecise.no-opts
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2016-08-28 11:17:36 -0700
committerAlon Zakai <alonzakai@gmail.com>2016-09-07 09:55:57 -0700
commitfd0160dafa25699404c1603adfcf965c75115854 (patch)
tree0a4e0d26d6821637df1885a13ed32b6a6b9fd510 /test/hello_world.fromasm.imprecise.no-opts
parent28767f631cfdae86ff16ca112bc5b1855b1368c4 (diff)
downloadbinaryen-fd0160dafa25699404c1603adfcf965c75115854.tar.gz
binaryen-fd0160dafa25699404c1603adfcf965c75115854.tar.bz2
binaryen-fd0160dafa25699404c1603adfcf965c75115854.zip
import memoryBase and tableBase
Diffstat (limited to 'test/hello_world.fromasm.imprecise.no-opts')
-rw-r--r--test/hello_world.fromasm.imprecise.no-opts2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/hello_world.fromasm.imprecise.no-opts b/test/hello_world.fromasm.imprecise.no-opts
index deae6ab2a..1bd263d54 100644
--- a/test/hello_world.fromasm.imprecise.no-opts
+++ b/test/hello_world.fromasm.imprecise.no-opts
@@ -2,6 +2,8 @@
(memory 256 256)
(import $memory memory "env" "memory")
(import $table table "env" "table")
+ (import $memoryBase global "env" "memoryBase" i32)
+ (import $tableBase global "env" "tableBase" i32)
(export "add" $add)
(func $add (param $x i32) (param $y i32) (result i32)
(return