Skip to content

Commit aefc760

Browse files
committed
rebase: update rules_wasm_component to main branch with merged fixes
- Updated from refactor/eliminate-shell-scripts branch to main branch commit dc1b2de - This includes the C++ toolchain fix and go_wasm_component multi-file compilation improvements - All major CI issues should now be resolved
1 parent c421670 commit aefc760

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ bazel_dep(name = "rules_nodejs", version = "6.5.0")
3434
# TinyGo toolchain for WebAssembly components
3535
bazel_dep(name = "rules_wasm_component", version = "0.1.0")
3636

37-
# Git repository override - use latest from GitHub (C++ toolchain fix: 2025-08-26)
37+
# Git repository override - use main branch with merged fixes
3838
git_override(
3939
module_name = "rules_wasm_component",
40-
branch = "refactor/eliminate-shell-scripts", # Branch with go_wasm_component + C++ toolchain fix
40+
commit = "dc1b2de", # Latest main branch with go_wasm_component + C++ toolchain fixes
4141
remote = "https://github.com/pulseengine/rules_wasm_component.git",
4242
)
4343

bazel-bin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/private/var/tmp/_bazel_r/f7d0b29a43a7e45cff53567870f5073d/execroot/_main/bazel-out/darwin_arm64-fastbuild-ST-805526428602/bin
1+
/private/var/tmp/_bazel_r/f7d0b29a43a7e45cff53567870f5073d/execroot/_main/bazel-out/darwin_arm64-fastbuild/bin

bazel-testlogs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/private/var/tmp/_bazel_r/f7d0b29a43a7e45cff53567870f5073d/execroot/_main/bazel-out/darwin_arm64-fastbuild-ST-805526428602/testlogs
1+
/private/var/tmp/_bazel_r/f7d0b29a43a7e45cff53567870f5073d/execroot/_main/bazel-out/darwin_arm64-fastbuild/testlogs

0 commit comments

Comments
 (0)