summaryrefslogtreecommitdiff
path: root/test/emcc_hello_world.fromasm.no-opts
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2016-08-28 10:33:09 -0700
committerAlon Zakai <alonzakai@gmail.com>2016-09-07 09:55:56 -0700
commit28767f631cfdae86ff16ca112bc5b1855b1368c4 (patch)
treee7b1e1605c62fc8d588dd2735ac8610eb1b793df /test/emcc_hello_world.fromasm.no-opts
parent42ad2cdbe5baa32dd1b0aea143a4e45f81e8b9b5 (diff)
downloadbinaryen-28767f631cfdae86ff16ca112bc5b1855b1368c4.tar.gz
binaryen-28767f631cfdae86ff16ca112bc5b1855b1368c4.tar.bz2
binaryen-28767f631cfdae86ff16ca112bc5b1855b1368c4.zip
import table
Diffstat (limited to 'test/emcc_hello_world.fromasm.no-opts')
-rw-r--r--test/emcc_hello_world.fromasm.no-opts1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/emcc_hello_world.fromasm.no-opts b/test/emcc_hello_world.fromasm.no-opts
index 3c9f8123a..49c0aed22 100644
--- a/test/emcc_hello_world.fromasm.no-opts
+++ b/test/emcc_hello_world.fromasm.no-opts
@@ -39,6 +39,7 @@
(import $i32u-rem "asm2wasm" "i32u-rem" (param i32 i32) (result i32))
(import $i32u-div "asm2wasm" "i32u-div" (param i32 i32) (result i32))
(import $memory memory "env" "memory")
+ (import $table table "env" "table")
(export "_i64Subtract" $_i64Subtract)
(export "_free" $_free)
(export "_main" $_main)