Skip to content

Commit 6b41b22

Browse files
committed
[lld][WebAssembly] Add a comment on isStatic default
1 parent 8eef814 commit 6b41b22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lld/wasm/Config.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ struct Configuration {
7272
bool stripAll;
7373
bool stripDebug;
7474
bool stackFirst;
75+
// Because dyamanic linking under Wasm is still experimental we default to
76+
// static linking
7577
bool isStatic = true;
7678
bool trace;
7779
uint64_t globalBase;

0 commit comments

Comments
 (0)