add a wasm bazel toolchain (#603)
This commit is contained in:
6
bazel/emscripten_toolchain/wasm_rules.bzl
Normal file
6
bazel/emscripten_toolchain/wasm_rules.bzl
Normal file
@@ -0,0 +1,6 @@
|
||||
"""Rules related to C++ and WebAssembly.
|
||||
"""
|
||||
|
||||
load("//emscripten_toolchain:wasm_cc_binary.bzl", _wasm_cc_binary = "wasm_cc_binary")
|
||||
|
||||
wasm_cc_binary = _wasm_cc_binary
|
||||
Reference in New Issue
Block a user