client-rust icon indicating copy to clipboard operation
client-rust copied to clipboard

WASM support

Open KaiserKarel opened this issue 3 years ago • 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?

KaiserKarel avatar Feb 09 '22 12:02 KaiserKarel

ping @andylokandy

ekexium avatar Feb 09 '22 12:02 ekexium

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

andylokandy avatar Feb 10 '22 07:02 andylokandy