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 3163d36 commit 862c556Copy full SHA for 862c556
.bazelrc
@@ -6,7 +6,7 @@
6
build --crosstool_top=//toolchain:emscripten
7
8
# Use --cpu as a differentiator.
9
-build --cpu=wasm
+build --cpu=wasm32
10
11
# Use the default Bazel C++ toolchain to build the tools used during the
12
# build.
toolchain/BUILD
@@ -7,7 +7,7 @@ load(":cc_toolchain_config.bzl", "cc_toolchain_config")
cc_toolchain_suite(
name = "emscripten",
toolchains = {
- "wasm": ":wasm_toolchain",
+ "wasm32": ":wasm_toolchain",
},
)
13
0 commit comments