You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If this crate was WASM compatible, it would be possible to serve WASM packages to web clients, running the crate locally. This could reduce overhead, as there was no server between client and exchange API.
The text was updated successfully, but these errors were encountered:
Currently, cargo build --target=wasm32-unknown-unknown fails because of a dependency on net2, as described in this issue. And cargo tree reveals that this is a dependency because of tokio:
If this crate was WASM compatible, it would be possible to serve WASM packages to web clients, running the crate locally. This could reduce overhead, as there was no server between client and exchange API.
The text was updated successfully, but these errors were encountered: