-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ws-client] Make wasm compatible #606
Comments
yeah, indeed. It's been a while since I looked at the https://github.com/najamelan/ws_stream_wasm but it won't work because the However, https://github.com/nash-io/nash-ws looks quite promising. I think it should be straight-forward to port over. |
Maybe its worthwhile to use |
Closed by #648 |
There is #227 which covers making the http client wasm compatible. However, I think the ws client is much more important because it is the only one allowing subscriptions. It would allow for creating web frontends written in Rust through
subxt
.With wasm compatible I mean "runs in a browser". This means making use of
web-sys
to interact with the browser.The text was updated successfully, but these errors were encountered: