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/hello_world.passive.wat.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/lld/hello_world.passive.wat.out') diff --git a/test/lld/hello_world.passive.wat.out b/test/lld/hello_world.passive.wat.out index a4c1a9c1b..247463069 100644 --- a/test/lld/hello_world.passive.wat.out +++ b/test/lld/hello_world.passive.wat.out @@ -44,7 +44,7 @@ "declares": [ "puts" ], - "externs": [ + "globalImports": [ ], "exports": [ "__wasm_call_ctors", -- cgit v1.2.3