diff options
author | Sam Clegg <sbc@chromium.org> | 2022-08-07 07:08:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-07 07:08:28 -0700 |
commit | 680e4ecb581dd29947ecbaf3fb11817c187c30c9 (patch) | |
tree | 38b4fd822f5335d71be37eef5cff6c8003dd6059 /test/lld/shared_add_to_table.wasm.out | |
parent | da916dbae19d213321225da2658423c09b85205b (diff) | |
download | binaryen-680e4ecb581dd29947ecbaf3fb11817c187c30c9.tar.gz binaryen-680e4ecb581dd29947ecbaf3fb11817c187c30c9.tar.bz2 binaryen-680e4ecb581dd29947ecbaf3fb11817c187c30c9.zip |
Remove metadata generation from wasm-emscripten-finalize (#4863)
This is no longer needed by emscripten as of:
https://github.com/emscripten-core/emscripten/pull/16529
Diffstat (limited to 'test/lld/shared_add_to_table.wasm.out')
-rw-r--r-- | test/lld/shared_add_to_table.wasm.out | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/test/lld/shared_add_to_table.wasm.out b/test/lld/shared_add_to_table.wasm.out index f4551d34a..91be03860 100644 --- a/test/lld/shared_add_to_table.wasm.out +++ b/test/lld/shared_add_to_table.wasm.out @@ -68,37 +68,3 @@ ;; tablealignment: 0 ;; custom section "producers", size 157 ) -(; ---BEGIN METADATA -- -{ - "declares": [ - "_Z16waka_func_theirsi" - ], - "globalImports": [ - "__stack_pointer", - "__memory_base", - "__table_base", - "_Z16waka_func_theirsi", - "_Z14waka_func_minei", - "waka_mine", - "waka_others" - ], - "exports": [ - "__wasm_call_ctors", - "__wasm_apply_relocs", - "_Z14waka_func_minei", - "__original_main", - "main" - ], - "namedGlobals": { - "waka_mine" : "0", - "__dso_handle" : "0" - }, - "invokeFuncs": [ - ], - "mainReadsParams": 0, - "features": [ - ] -} --- END METADATA -- -;) |