pbower opened a new issue, #5880: URL: https://github.com/apache/arrow-rs/issues/5880
**Describe the bug** One cannot compile a flight-rpc client for a wasm target, and feature flags does not resolve the issue. This is due to problematics packages socket2 and mio, for which socket2 is present in tonic where it doesn't cancel it out for wasm targets. **To Reproduce** 1. Create an absolute bare bones flight-rpc client e.g. list flights. 2. Compile it to a wasm target, and the build fails due to socket2 and mio. **Expected behavior** Able to run flight-rpc client in rust in the browser (wasm). Particularly given Typescript doesn't support it, so it's one of the only viable options. **Additional context** Lots of manual github patching hell and feature flags did not break through this, hence I'm raising. If anyone is able to assist will be a major help. Thanks heaps. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
