tonbo-io / tonbo

A portable embedded database using Arrow.
https://tonbo.io
Apache License 2.0
606 stars 42 forks source link

Support WASM #118

Open KKould opened 2 weeks ago

KKould commented 2 weeks ago

Feature Request

as a prerequisite for supporting Python and JavaScript, we need to support WASM

but now that we already support object_store, we find that it is difficult for tokio runtime to support network io in the wasm, which will result in the inability to use remote storage such as s3 of object_store.

OpenDAL looks like it can support S3 reading and writing in WASM

storage on wasm

related issues