From 44e04f886fee5b65c9fbbdd7961254bbf3a07014 Mon Sep 17 00:00:00 2001 From: Vladimir Ivanov Date: Mon, 30 Sep 2019 16:20:48 +0300 Subject: [PATCH] Use export-dynamic with wasm-ld (#3394) --- konan/konan.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/konan/konan.properties b/konan/konan.properties index a1384376eea..38ff3cf7f41 100644 --- a/konan/konan.properties +++ b/konan/konan.properties @@ -662,4 +662,4 @@ llcNooptFlags.wasm32 = -O1 llcOptFlags.wasm32 = -O3 llcDebugFlags.wasm32 = -O0 # TODO: make explicit list of external symbols -lld.wasm32 = --allow-undefined --no-entry --global-base=0 --no-threads +lld.wasm32 = --allow-undefined --no-entry --global-base=0 --no-threads --export-dynamic