We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4563aff commit db3d16bCopy full SHA for db3d16b
MODULE.bazel
@@ -37,7 +37,7 @@ bazel_dep(name = "rules_wasm_component", version = "0.1.0")
37
# Git repository override - use main branch with merged fixes
38
git_override(
39
module_name = "rules_wasm_component",
40
- commit = "082d191", # Latest main branch with go_wasm_component + C++ toolchain + wasmsign2 fixes
+ commit = "05327e3", # Latest main branch with WIT file path fix + go_wasm_component + C++ toolchain + wasmsign2 fixes
41
remote = "https://github.com/pulseengine/rules_wasm_component.git",
42
)
43
0 commit comments