tikv/client-rust

WASM support

KaiserKarel opened this issue · 2 comments

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?

We're considering merging rust client into tikv server and providing http service. If done, HTTP should be more convenient than wasm client.