From ac2a49bc53d4b0817657aed9f89f33868e5ab3b9 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Thu, 15 Apr 2021 16:10:32 -0700 Subject: Rename emscripten metadata key to reflect new unmangled names (#3813) Turns out just removing the mangling wasn't enough for emscripten to support both before and after versions. See https://github.com/WebAssembly/binaryen/pull/3785 --- test/lld/standalone-wasm-with-start.wat.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/lld/standalone-wasm-with-start.wat.out') diff --git a/test/lld/standalone-wasm-with-start.wat.out b/test/lld/standalone-wasm-with-start.wat.out index 650ef4542..635485dbf 100644 --- a/test/lld/standalone-wasm-with-start.wat.out +++ b/test/lld/standalone-wasm-with-start.wat.out @@ -23,7 +23,7 @@ "tableSize": 1, "declares": [ ], - "externs": [ + "globalImports": [ ], "exports": [ "_start" -- cgit v1.2.3