Files
ci-emsdk/bazel/emscripten_toolchain/wasm_cc_binary.bzl
walkingeyerobot 399e5396df [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",
)
```
2024-05-15 17:20:54 -04:00

6.8 KiB