Commit d9d70c9
committed
fix: enable C++ toolchain auto-configuration for Rust binaries
Fixed the cc_configure extension name and added .bazelrc to enable
--incompatible_enable_cc_toolchain_resolution. This matches the
rules_wasm_component configuration and enables proper C++ toolchain
detection for rust_binary targets like wasm_embed_aot.
Changes:
- Fixed cc_configure extension name in MODULE.bazel
- Added .bazelrc with C++ toolchain resolution enabled
- Simplified release workflow AOT build command1 parent 79aab6e commit d9d70c9
2 files changed
+3
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
| 77 | + | |
| 78 | + | |
85 | 79 | | |
86 | 80 | | |
87 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments