client-rust
client-rust copied to clipboard
WASM support
With WASI, I think it should be possible to have the tikv client be compatible with the wasm32-wasi target. This might require changes to grpcio, and using rustls instead of openssl. Are there plans to eventually support this?
ping @andylokandy
We're considering merging rust client into tikv server and providing http service. If done, HTTP should be more convenient than wasm client.