mirror of https://github.com/grpc/grpc-web.git
This change adds a new rule `grpc_web_toolchain` which we will use to provide the generator/runtime to `closure_grpc_web_library`. Updates #507 RELNOTES: [bazel] `closure_grpc_web_library` now uses toolchains to resolve the generator and runtime. To migrate, add the following snipped to your `WORKSPACE`: ```starlark load("@com_github_grpc_grpc_web//bazel:repositories.bzl", "grpc_web_toolchains") grpc_web_toolchains() ``` |
||
|---|---|---|
| .. | ||
| private/rules | ||
| BUILD.bazel | ||
| closure_grpc_web_library.bzl | ||
| defs.bzl | ||
| repositories.bzl | ||