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
It has been one of the major pain points of porting existing software using SwiftWasm as we use different libc implementation, wasi-libc, than other platforms, and wasi-libc uses some code patterns that are not friendly for Swift's existing C interoperability feature.
Detailed context
Improving the feature should reduce the cost of future porting works.
Uh oh!
There was an error while loading. Please reload this page.
This is an umbrella ticket
Motivation
It has been one of the major pain points of porting existing software using SwiftWasm as we use different libc implementation, wasi-libc, than other platforms, and wasi-libc uses some code patterns that are not friendly for Swift's existing C interoperability feature.
Detailed context
Improving the feature should reduce the cost of future porting works.
FILE
not available in WASILibc? #2480withVaList(_:)
produces a va_list with the wrong type swiftlang/swift#72398The text was updated successfully, but these errors were encountered: