kylebarron opened a new issue, #557: URL: https://github.com/apache/arrow-rs-object-store/issues/557
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** The docs [currently say](https://github.com/apache/arrow-rs-object-store/blob/12ef9bc22c56228b25f3b56a78879e9a45a07fc4/README.md?plain=1#L45-L51) > ## Support for `wasm32-unknown-unknown` target > > It's possible to build `object_store` for the `wasm32-unknown-unknown` target, however the cloud storage features `aws`, `azure`, `gcp`, and `http` are not supported. > > ``` > cargo build -p object_store --target wasm32-unknown-unknown > ``` Am I correct that this assertion is outdated? If the user implements a custom `HTTPConnector` in wasm32, then one can use aws/azure/gcp/http in wasm32, right? If so, I think we should improve the documentation here, even if we don't have a full example working in wasm32. **Describe the solution you'd like** Improved documentation **Describe alternatives you've considered** <!-- A clear and concise description of any alternative solutions or features you've considered. --> **Additional context** <!-- Add any other context or screenshots about the feature request here. --> -- 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]
