bazelbuild / rules_rust

Rust rules for Bazel
https://bazelbuild.github.io/rules_rust/
Apache License 2.0
670 stars 433 forks source link

Fix platform validation for wasm32-wasip1 target #2894

Closed c16a closed 1 month ago

c16a commented 1 month ago

This fix validation errors for the new wasm32-wasip1 target. The older wasm32-wasi is already covered. Fixes #2782

c16a commented 1 month ago

@UebelAndre can you please review this?

c16a commented 1 month ago

@UebelAndre seems like the build failed due to an intermittent network issue. Can you please help re-trigger?