Skip to content

Commit d66e891

Browse files
committed
fix: update to latest rules_wasm_component with C++ toolchain fix
- Updated commit to e6a3455 which includes @bazel_tools//tools/cpp:all registration - This resolves C++ toolchain resolution errors for Rust binaries in CI - Build now progresses past the file_operations_component compilation stage
1 parent aefc760 commit d66e891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ bazel_dep(name = "rules_wasm_component", version = "0.1.0")
3737
# Git repository override - use main branch with merged fixes
3838
git_override(
3939
module_name = "rules_wasm_component",
40-
commit = "dc1b2de", # Latest main branch with go_wasm_component + C++ toolchain fixes
40+
commit = "e6a3455", # Latest main branch with go_wasm_component + C++ toolchain fixes
4141
remote = "https://github.com/pulseengine/rules_wasm_component.git",
4242
)
4343

0 commit comments

Comments
 (0)