tonic-web-wasm-client icon indicating copy to clipboard operation
tonic-web-wasm-client copied to clipboard

Any realworld use case / example

Open codeitlikemiley opened this issue 1 year ago • 1 comments

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

codeitlikemiley avatar Oct 20 '24 03:10 codeitlikemiley

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.

devashishdxt avatar Oct 29 '24 01:10 devashishdxt