diff options
Diffstat (limited to 'test/merge/dylib.wasm.combined.opt')
-rw-r--r-- | test/merge/dylib.wasm.combined.opt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/merge/dylib.wasm.combined.opt b/test/merge/dylib.wasm.combined.opt index 2aa6075be..7545510a3 100644 --- a/test/merge/dylib.wasm.combined.opt +++ b/test/merge/dylib.wasm.combined.opt @@ -4,7 +4,7 @@ (type $3 (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" "memoryBase" (global $gimport$0$0 i32)) |