Skip to content

Commit 862c556

Browse files
Shikugawajplevyak
andauthored
bazel: wasm to wasm32 (proxy-wasm#30)
Co-authored-by: John Plevyak <[email protected]>
1 parent 3163d36 commit 862c556

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
build --crosstool_top=//toolchain:emscripten
77

88
# Use --cpu as a differentiator.
9-
build --cpu=wasm
9+
build --cpu=wasm32
1010

1111
# Use the default Bazel C++ toolchain to build the tools used during the
1212
# build.

toolchain/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ load(":cc_toolchain_config.bzl", "cc_toolchain_config")
77
cc_toolchain_suite(
88
name = "emscripten",
99
toolchains = {
10-
"wasm": ":wasm_toolchain",
10+
"wasm32": ":wasm_toolchain",
1111
},
1212
)
1313

0 commit comments

Comments
 (0)