Skip to content
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

[Syntax] Use no-op PlatformMutex implemtation for wasm32-unknown-wasi #2944

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

rintaro
Copy link
Member

@rintaro rintaro commented Jan 20, 2025

Can be detected with defined(__wasi__) && !defined(_REENTRANT)

Fixes kkebo#145

Can be detected with `defined(__wasi__) && !defined(_REENTRANT)`
Copy link

@kkebo kkebo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rintaro
Copy link
Member Author

rintaro commented Jan 20, 2025

@swift-ci Please test

@rintaro rintaro enabled auto-merge January 20, 2025 21:42
@rintaro
Copy link
Member Author

rintaro commented Jan 20, 2025

@swift-ci Please test macOS

@rintaro rintaro merged commit 5e3ca66 into swiftlang:main Jan 21, 2025
3 checks passed
@rintaro rintaro deleted the wasi-nothread branch January 21, 2025 02:33
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.

Can't build
3 participants