Commits


walkingeyerobot authored and GitHub committed 399e5396df1
[bazel] add tarball as an optional output (#1383) Usage would be something like: ``` filegroup( name = "hello-world-tarball", srcs = [":hello-world-wasm"], output_group = "_wasm_tar", ) ```