[bazel] Switch to platforms-based toolchain resolution (#1036)

This commit is contained in:
John Firebaugh
2022-11-08 14:21:06 -08:00
committed by GitHub
parent 92d9023adc
commit 005063304b
11 changed files with 41 additions and 24 deletions

2
bazel/toolchains.bzl Normal file
View File

@@ -0,0 +1,2 @@
def register_emscripten_toolchains():
native.register_toolchains(str(Label("//emscripten_toolchain:cc-toolchain-wasm")))