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

Fix wasi CI not running due to target rename in rust 1.84 #936

Merged
merged 1 commit into from
Jan 12, 2025

Conversation

dvdsk
Copy link
Contributor

@dvdsk dvdsk commented Jan 11, 2025

See changelog: https://releases.rs/docs/1.84.0/
relevant excerpt:

Support for the target named wasm32-wasi has been removed as the target is now named wasm32-wasip1. This completes the transition plan for this target following the introduction of wasm32-wasip1 in Rust 1.78. Compiler warnings on use of wasm32-wasi introduced in Rust 1.81 are now gone as well as the target is removed.

See changelog: https://releases.rs/docs/1.84.0/
relevant excerpt:
> Support for the target named wasm32-wasi has been removed as the target is now named wasm32-wasip1. This completes the transition plan for this target following the introduction of wasm32-wasip1 in Rust 1.78. Compiler warnings on use of wasm32-wasi introduced in Rust 1.81 are now gone as well as the target is removed.
@dvdsk
Copy link
Contributor Author

dvdsk commented Jan 11, 2025

still a bug in a dependency, that's outside my area of expertise though

@est31 est31 merged commit 823814b into RustAudio:master Jan 12, 2025
14 of 15 checks passed
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