add a wasm bazel toolchain (#603)
This commit is contained in:
6
bazel/emscripten_toolchain/emscripten.BUILD
Normal file
6
bazel/emscripten_toolchain/emscripten.BUILD
Normal file
@@ -0,0 +1,6 @@
|
||||
package(default_visibility = ['//visibility:public'])
|
||||
|
||||
filegroup(
|
||||
name = "all",
|
||||
srcs = glob(["**"]),
|
||||
)
|
||||
Reference in New Issue
Block a user