Crates.io | cipherstash-grpc-web-client |
lib.rs | cipherstash-grpc-web-client |
version | 0.1.2 |
source | src |
created_at | 2022-08-18 01:23:30.450189 |
updated_at | 2022-08-18 01:23:30.450189 |
description | An implementation of the gRPC-Web protocol that allows using tonic in browsers via wasm. |
homepage | https://github.com/cipherstash/grpc-web-client |
repository | https://github.com/cipherstash/grpc-web-client |
max_upload_size | |
id | 647845 |
size | 27,860 |
A Rust implementation of the gRPC-Web protocol that allows using tonic in browsers via wasm.
Running the tests requires wasm-pack
.
To run the tests, first start the server:
RUST_LOG=info cargo run -p test-server
Then, after the server is built and running, the tests can be run.
wasm-pack test --firefox --chrome --safari --headless test/test-client
This package is heavily based on webtonic.