diff options
author | Sam Clegg <sbc@chromium.org> | 2020-10-16 13:55:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-16 11:55:05 -0700 |
commit | 98dcde79d27eb1df2db47120e0102497bf385320 (patch) | |
tree | 0e161cb60451dbc57fd1302bbc9505edf510af4f /test/lld/shared_add_to_table.wasm.out | |
parent | 5e92a4f1864c49867906624f1b16b14c57ee357a (diff) | |
download | binaryen-98dcde79d27eb1df2db47120e0102497bf385320.tar.gz binaryen-98dcde79d27eb1df2db47120e0102497bf385320.tar.bz2 binaryen-98dcde79d27eb1df2db47120e0102497bf385320.zip |
finalize: remove legacy support for "table" import (#3249)
These days we always export the table, except in the
case of dynamic linking, and even then we use the name
`__indirect_function_table`.
Diffstat (limited to 'test/lld/shared_add_to_table.wasm.out')
-rw-r--r-- | test/lld/shared_add_to_table.wasm.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lld/shared_add_to_table.wasm.out b/test/lld/shared_add_to_table.wasm.out index 0c5739f1b..c7a39b1bf 100644 --- a/test/lld/shared_add_to_table.wasm.out +++ b/test/lld/shared_add_to_table.wasm.out @@ -5,7 +5,7 @@ (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (import "env" "memory" (memory $mimport$0 0)) (data (global.get $gimport$1) "*\00\00\00") - (import "env" "table" (table $timport$0 0 funcref)) + (import "env" "__indirect_function_table" (table $timport$0 0 funcref)) (import "env" "__memory_base" (global $gimport$1 i32)) (import "env" "__table_base" (global $gimport$2 i32)) (import "env" "_Z16waka_func_theirsi" (func $waka_func_theirs\28int\29 (param i32) (result i32))) |