• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# bzlmod cross-compile example
2
3This example shows how to use `rules_rust` through bzlmod to invoke Rust cross-compilation.
4
5It should be possible to `bazel build //:hello_world_aarch64` and `bazel build //:hello_world_x86_64` regardless of your
6host platform (as long as it is supported by Bazel and rustc).
7