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
For SwiftWasm to support wasi features related to reading/writing files and
stdin/stderr/stdout we need to be including more code from
`swift-corelibs-foundation`. Various functions there rely on consts usually
provided by Glibc/Darwin.
Add more consts to WASI.swift.gyb to support various code paths in
swift-corelibs-foundation's `Sources/Foundation/FoundationErrors.swift` &
`Sources/Foundation/FileHandle.swift`.
0 commit comments