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/recursive.wat.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/recursive.wat.out')
-rw-r--r-- | test/lld/recursive.wat.out | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/test/lld/recursive.wat.out b/test/lld/recursive.wat.out index 5ffbf8210..ae7945a2a 100644 --- a/test/lld/recursive.wat.out +++ b/test/lld/recursive.wat.out @@ -83,25 +83,3 @@ (call $__original_main) ) ) -(; ---BEGIN METADATA -- -{ - "declares": [ - "iprintf" - ], - "globalImports": [ - ], - "exports": [ - "__wasm_call_ctors", - "main" - ], - "namedGlobals": { - }, - "invokeFuncs": [ - ], - "mainReadsParams": 0, - "features": [ - ] -} --- END METADATA -- -;) |