WASM support
KaiserKarel opened this issue · 2 comments
KaiserKarel commented
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?
ekexium commented
ping @andylokandy
andylokandy commented
We're considering merging rust client into tikv server and providing http service. If done, HTTP should be more convenient than wasm client.