Hacker News new | ask | show | jobs
by malkia 2312 days ago
Thanks! I was more going about the ecosystem - like grpc/protobuf have and support across languages/runtimes/systems.
1 comments

We use FIDL on host (Linux & macos) platforms via the overnet project. As far as language ecosystems go, as swetland rightly points out below, being runtime agnostic is important to us. FIDL being easy to implement generators for new runtimes is part of that. There is some nascent documentation on porting runtimes here: https://fuchsia.dev/fuchsia-src/development/languages/new?hl...
Thank you so much for this information!!!