We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since the merge of package branch of swift-corelibs-foundation, its WASI build has been broken. Let's fix it.
package
swift-corelibs-foundation
swift changes
errno
swift-collections changes
swift-foundation-icu changes
swift-foundation changes
Here are my working branch including all necessary changes: swiftlang/swift-foundation@main...kateinoigakukun:swift-foundation:yt/wasi-support
.featureUnsupported
LockedState
_ThreadLocal
operatingSystemVersion
isDeletableFile
wasi/libc-environ.h
_copyRegularFile
sendfile
POSIXErrorCode
st_blksize
swiftlang/swift-corelibs-foundation@main...kateinoigakukun:swift-corelibs-foundation:yt/repair-wasi-build
currentParser
All the above changes should be cherry-picked to 6.0 branch too.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Since the merge of
package
branch ofswift-corelibs-foundation
, its WASI build has been broken. Let's fix it.Pull Requests
swift changes
errno
error when importing WASILibc module swiftlang/swift#75747errno
as nonisolated(unsafe) in wasi-libc swiftlang/swift#75821errno
platform overlay fixes swiftlang/swift#75798errno
as nonisolated(unsafe) in wasi-libc swiftlang/swift#75821swift-collections changes
swift-foundation-icu changes
swift-foundation changes
Here are my working branch including all necessary changes: swiftlang/swift-foundation@main...kateinoigakukun:swift-foundation:yt/wasi-support
.featureUnsupported
when attempting to create temp files on WASI swiftlang/swift-foundation#779LockedState
and_ThreadLocal
to WASI without any locking swiftlang/swift-foundation#780operatingSystemVersion
on WASI swiftlang/swift-foundation#782isDeletableFile
on WASI swiftlang/swift-foundation#785wasi/libc-environ.h
swiftlang/swift-foundation#786_copyRegularFile
for WASI withoutsendfile
swiftlang/swift-foundation#787POSIXErrorCode
instead of direct errno E constants from wasi-libc swiftlang/swift-foundation#811st_blksize
is not available swiftlang/swift-foundation#835swift-corelibs-foundation
swiftlang/swift-corelibs-foundation@main...kateinoigakukun:swift-corelibs-foundation:yt/repair-wasi-build
currentParser
swiftlang/swift-corelibs-foundation#5061All the above changes should be cherry-picked to 6.0 branch too.
The text was updated successfully, but these errors were encountered: