Files
ci-emsdk/bazel/toolchains.bzl

3 lines
125 B
Python
Raw Normal View History

def register_emscripten_toolchains():
native.register_toolchains(str(Label("//emscripten_toolchain:cc-toolchain-wasm")))