Skip to content

Commit caa8ec3

Browse files
committed
feat: update rules_wasm_component to branch with go_wasm_component fix
- Use refactor/eliminate-shell-scripts branch with multi-file Go compilation fix - Enables TinyGo to compile entire Go module directories properly - Resolves undefined function errors in multi-file Go components
1 parent 591042f commit caa8ec3

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
@@ -34,7 +34,7 @@ bazel_dep(name = "rules_wasm_component", version = "0.1.0")
3434
# Git repository override - use latest from GitHub
3535
git_override(
3636
module_name = "rules_wasm_component",
37-
commit = "068802420bacf902c3ff993874b6a01ee9a3ac55", # Latest commit from main branch
37+
branch = "refactor/eliminate-shell-scripts", # Branch with go_wasm_component fix
3838
remote = "https://github.com/pulseengine/rules_wasm_component.git",
3939
)
4040

0 commit comments

Comments
 (0)