[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

View File

@@ -7,3 +7,7 @@ deps()
load(":emscripten_deps.bzl", "emscripten_deps")
emscripten_deps()
load(":toolchains.bzl", "register_emscripten_toolchains")
register_emscripten_toolchains()