Skip to content

Add support for WASI in CFInternal.h #2872

New issue

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

Merged
merged 1 commit into from
Sep 15, 2020
Merged

Conversation

MaxDesiatov
Copy link
Contributor

Atomics are not supported on WASI due to SR-12097. <xlocale.h> header is also not available as WASI hosts do not ship locale or time zone files and it's a responsibility of applications to bundle that data.

Atomics are not supported on WASI due to SR-12097. `<xlocale.h>` header is also not available as WASI hosts do not ship locale or time zone files and it's a responsibility of applications to bundle that data.
@MaxDesiatov
Copy link
Contributor Author

@swift-ci please test

@millenomi millenomi merged commit b1a6ce8 into master Sep 15, 2020
@MaxDesiatov MaxDesiatov deleted the maxd/wasi-cfinternal branch September 15, 2020 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants