-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
The docs currently say
Support for
wasm32-unknown-unknowntargetIt's possible to build
object_storefor thewasm32-unknown-unknowntarget, however the cloud storage featuresaws,azure,gcp, andhttpare 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
Additional context
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request