summaryrefslogtreecommitdiff
path: root/test/lld/standalone-wasm.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/standalone-wasm.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/standalone-wasm.wat.out')
-rw-r--r--test/lld/standalone-wasm.wat.out21
1 files changed, 0 insertions, 21 deletions
diff --git a/test/lld/standalone-wasm.wat.out b/test/lld/standalone-wasm.wat.out
index 54519e820..dfce73e5c 100644
--- a/test/lld/standalone-wasm.wat.out
+++ b/test/lld/standalone-wasm.wat.out
@@ -21,24 +21,3 @@
(nop)
)
)
-(;
---BEGIN METADATA --
-{
- "declares": [
- ],
- "globalImports": [
- ],
- "exports": [
- "main"
- ],
- "namedGlobals": {
- "__heap_base" : "66112",
- "__data_end" : "576"
- },
- "invokeFuncs": [
- ],
- "features": [
- ]
-}
--- END METADATA --
-;)