summaryrefslogtreecommitdiff
path: root/test/dylib.wasm.fromBinary
diff options
context:
space:
mode:
Diffstat (limited to 'test/dylib.wasm.fromBinary')
-rw-r--r--test/dylib.wasm.fromBinary2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dylib.wasm.fromBinary b/test/dylib.wasm.fromBinary
index 7c518b28f..c528c5e0d 100644
--- a/test/dylib.wasm.fromBinary
+++ b/test/dylib.wasm.fromBinary
@@ -4,7 +4,7 @@
(type $2 (func))
(import "env" "memory" (memory $2 256))
(data (get_global $gimport$0) "hello, world!")
- (import "env" "table" (table 0 anyfunc))
+ (import "env" "table" (table $timport$3 0 anyfunc))
(import "env" "memoryBase" (global $gimport$0 i32))
(import "env" "tableBase" (global $gimport$4 i32))
(import "env" "_puts" (func $fimport$1 (param i32) (result i32)))