tonic-web-wasm-client
tonic-web-wasm-client copied to clipboard
Any realworld use case / example
I clone the repo and run the test
but where can we use this tonic-web-wasm-client
and how can we use it e.g. leptos or dioxus or any other javascript framework
my knowledge on wasm is quite beginner level ,
so im still trying to wrap my head around it,
as so many stuff are disabled or packages that dont support wasm that wont let you compile
hopefully you can give a basic example on how to use this package either on leptos or dioxus that would be greate thanks
Hi. Thanks for creating this issue. You can look at https://github.com/devashishdxt/tonic-web-wasm-client/tree/main/test-suite/simple/client for sample usage. I'm also working on creating an example leptos project.