commit | 0a4c4dfb0dc3c81c7b541ea5f0910341fefceed2 | [log] [tgz] |
---|---|---|
author | James Leitch <jleitch@consumingchaos.com> | Fri Dec 08 13:42:54 2023 -0800 |
committer | GitHub <noreply@github.com> | Fri Dec 08 13:42:54 2023 -0800 |
tree | bb3e423894b737189f8748c7ef138d92ea938d2e | |
parent | 6874b8d51b49c475b0461286d523de97191cf668 [diff] |
fix: `rustc_compile_action` emits `CcInfo` for `wasm32` targets (#1979) This change allows `cc_binary()`, `cc_library()`, etc. targets to depend on `rust_libary()`, `rust_static_library()`, etc. targets when targeting `wasm32`.
This repository provides rules for building Rust projects with Bazel.
General discussions and announcements take place in the GitHub Discussions, but there are additional places where community members gather to discuss rules_rust
.
Please refer to the full documentation.