Use export-dynamic with wasm-ld (#3394)

This commit is contained in:
Vladimir Ivanov
2019-09-30 16:20:48 +03:00
committed by GitHub
parent 820dae8ba8
commit 44e04f886f
+1 -1
View File
@@ -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