Re: [grpc-io] Re: Grpc c++ server compiling using was

2024-06-14 Thread 'Eugene Ostroukhov' via grpc.io
gRPC does not support WASI platform. On Thu, Jun 13, 2024 at 3:50 AM revathi anbumalar wrote: > Getting few errors like below for the sample when compiling using emcc > > 453 | #error "Could not auto-detect platform" > 543 | #error Must define exactly one of GPR_GCC_ATOMIC, GPR_GCC_SYNC, > GPR_

[grpc-io] Re: Grpc c++ server compiling using was

2024-06-13 Thread 'veb...@google.com' via grpc.io
Building gRPC with emcc is not officially supported at this time. If this is important to you, we welcome your contributions to gRPC. On Thursday, June 13, 2024 at 3:50:22 AM UTC-7 revathi anbumalar wrote: > Getting few errors like below for the sample when compiling using emcc > > 453 | #error

[grpc-io] Re: Grpc c++ server compiling using was

2024-06-13 Thread revathi anbumalar
Getting few errors like below for the sample when compiling using emcc 453 | #error "Could not auto-detect platform" 543 | #error Must define exactly one of GPR_GCC_ATOMIC, GPR_GCC_SYNC, GPR_WINDOWS_ATOMIC 547 | #error Must define exactly one of GPR_ARCH_32, GPR_ARCH_64 553 | #error Must define

[grpc-io] Re: Grpc c++ server compiling using was

2024-06-11 Thread 'Eugene Ostroukhov' via grpc.io
Please provide the error message. I am not sure if this was attempted before (or what you are trying to achieve)... On Monday, June 10, 2024 at 8:25:27 PM UTC-7 revathi anbumalar wrote: > I have a sample c++ grpc server application which works fine. Now I am > trying to compile it using Wasi (e