tree: d7d70111f3a62b9e493d05a35d1a00f96795b4fe [path history] [tgz]
  1. build_native_ext_for_android.sh
  2. build_unitypackage.sh
  3. README.md
src/csharp/experimental/README.md

This directory contains useful resources for getting gRPC C# to work on not-yet-supported platforms.

Unity & Xamarin

gRPC C# currently doesn't support Unity or Xamarin, but some proof-of-concept work has been done. Some of the resources are shared in this directory to ease community work on Unity & Xamarin support.

Crosscompiling grpc_csharp_ext for Android

  • Install Android NDK
  • Run ./build_native_ext_for_android.sh to crosscompile using cmake.

Crosscompiling grpc_csharp_ext for iOS

TBD