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 dc1b2de commit e6a3455Copy full SHA for e6a3455
MODULE.bazel
@@ -117,6 +117,9 @@ register_toolchains(
117
"@wasi_sdk//:cc_toolchain",
118
)
119
120
+# Register default C++ toolchains for host Rust binaries requiring C++ linking
121
+register_toolchains("@bazel_tools//tools/cpp:all")
122
+
123
# TinyGo WASI Preview 2 toolchain
124
tinygo = use_extension("//wasm:extensions.bzl", "tinygo")
125
tinygo.register(
0 commit comments