Eryu Xia
Eryu Xia
Thanks for reporting the issue, and thanks @ejona86 for clarifying! I'm happy to make the changes on the grpc-web side once we reached conclusion on how other languages would be...
@benjaminp No worries! Appreciate your effort in trying to help anyways!! `build.zig` is used for building for ARM architecture ([workflow](https://github.com/grpc/grpc-web/blob/master/.github/workflows/make-plugin-arm.yml). Whereas other binaries are built using platform-specific workflows: https://github.com/grpc/grpc-web/tree/master/.github/workflows It's...
Note to myself: we are currently pinning the protobuf submodule version: https://github.com/grpc/grpc-web/blob/20790fc2597971b6eaada36fbeaf5d3c95d54d93/scripts/init_submodules.sh#L19 This is for 2 reasons: 1. For protobuf JS dependencies 2. For building the generator binary Ideally, (1)...
FYI - Once we have this working we can make a test binary for https://github.com/grpc/grpc-web/issues/715
Can be reproduced by: ``` docker-compose build protoc-plugin ```
@jhump Thanks a lot for reporting! Will take a look soon!