You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Autolink wasi-libc emulation libraries
`_WASI_EMULATED_XXX` macros require linking against the corresponding
emulation libraries. This patch adds `-Xfrontend -public-autolink-library`
flags to the Swift compiler invocation to automatically link against the
emulation libraries. Also enable getpid emulation explicitly, as it is
available by default but emiting a warning.
* Link emulation libraries directly if building shared libraries
0 commit comments