tonic-rpc
tonic-rpc copied to clipboard
Ditching unneeded features may help running tonic-rpc on wasm32 arch
Hi, I was wondering if tonic and tonic-build dependencies could be imported with default-features = false. This way, the project could also build on wasm32-unknown-unknown target (tonic wouldn't bring in tokio "full", tonic-build wouldn't bring in prost-build, which in turn uses which package, unavailable on wasm32 arch).
Sorry for the late reply @giacomocariello. I'd be happy to take a PR implementing that.