summaryrefslogtreecommitdiff
path: root/test/hello_world.fromasm
diff options
context:
space:
mode:
Diffstat (limited to 'test/hello_world.fromasm')
-rw-r--r--test/hello_world.fromasm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hello_world.fromasm b/test/hello_world.fromasm
index f88f3e94a..160736cd1 100644
--- a/test/hello_world.fromasm
+++ b/test/hello_world.fromasm
@@ -1,6 +1,6 @@
(module
(import "env" "memory" (memory $0 256 256))
- (import "env" "table" (table 0 anyfunc))
+ (import "env" "table" (table 0 0 anyfunc))
(import "env" "memoryBase" (global $memoryBase i32))
(import "env" "tableBase" (global $tableBase i32))
(data (get_global $memoryBase) "hello_world.asm.js")