summaryrefslogtreecommitdiff
path: root/test/lld/recursive.wat.out
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2022-08-07 07:08:28 -0700
committerGitHub <noreply@github.com>2022-08-07 07:08:28 -0700
commit680e4ecb581dd29947ecbaf3fb11817c187c30c9 (patch)
tree38b4fd822f5335d71be37eef5cff6c8003dd6059 /test/lld/recursive.wat.out
parentda916dbae19d213321225da2658423c09b85205b (diff)
downloadbinaryen-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.out22
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 --
-;)