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

Disable OsStrExt ettc. on WASIp2 on stable Rust. #1301

Merged
merged 3 commits into from
Jan 30, 2025

Conversation

sunfishcode
Copy link
Member

OsStrExt and friends aren't stable on the wasm32-wasip2 target yet, so disable features that depend on them when they aren't available.

Fixes #1060.

`OsStrExt` and friends aren't stable on the wasm32-wasip2 target yet, so
disable features that depend on them when they aren't available.

Fixes #1060.
@sunfishcode sunfishcode merged commit 9abd5fa into main Jan 30, 2025
45 checks passed
@sunfishcode sunfishcode deleted the sunfishcode/wasip2-osstrext branch January 30, 2025 16:52
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.

Fails to build on wasm32-wasip2
1 participant