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
Currently tests fail to build without additional flags passed to swift build when using wasm-5.5-SNAPSHOT-2021-11-16-a toolchain. The required flags are -Xlinker -licuuc -Xlinker -licui18n, there weren't previously needed with SwiftWasm 5.4.
@MaxDesiatov 5.5 branch doesn't have -public-autolink-library feature. It's only available in main branch, so this issue is not fixed in 5.5 toolchain.
Ok, since I can easily work around this by passing these flags in carton, I'm not going to dig into it just for 5.5. But will keep the issue open for posterity, at least until we release 5.6 or whatever the next version, just to make sure it's fixed in those later versions.
Currently tests fail to build without additional flags passed to
swift build
when usingwasm-5.5-SNAPSHOT-2021-11-16-a
toolchain. The required flags are-Xlinker -licuuc -Xlinker -licui18n
, there weren't previously needed with SwiftWasm 5.4.Without them we get these linker errors:
The text was updated successfully, but these errors were encountered: