bazelbuild / rules_rust

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

Add wasm64 support. #2866

Closed freeformstu closed 1 week ago

freeformstu commented 2 weeks ago

This PR adds support for wasm64-unknown-unknown although there are no prebuilt wasm64-unknown-unknown rustc toolchains. Compiling for wasm64 will be left up to anyone using this target triple until we get T2 support for wasm64.

UebelAndre commented 1 week ago

I think the failing windows example is Ok to disable with a reference to: