summaryrefslogtreecommitdiff
path: root/test/emcc_hello_world.fromasm
diff options
context:
space:
mode:
Diffstat (limited to 'test/emcc_hello_world.fromasm')
-rw-r--r--test/emcc_hello_world.fromasm1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/emcc_hello_world.fromasm b/test/emcc_hello_world.fromasm
index 666f03482..036619963 100644
--- a/test/emcc_hello_world.fromasm
+++ b/test/emcc_hello_world.fromasm
@@ -40,6 +40,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")
(import $memInitBase global "env" "memInitBase" i32)
(export "_i64Subtract" $_i64Subtract)
(export "_free" $_free)