-
Notifications
You must be signed in to change notification settings - Fork 14
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
desub compile to wasm #87
Comments
I've been working on porting over the dynamic-encode-and-decode-into-Value bits into a new crate, https://github.com/paritytech/scale-value, which has plans to be used in subxt for such decoding (and hopefully cargo-contract). I'm not sure what your exact needs are but perhaps you'd find that useful? As quite a small crate, it should already support wasm, but there is an issue I raised to add CI to ensure that that is the case going forwards. |
Actually it looks like desub-current compiles to wasm, it's just desub-legacy that does not (and the top level desub crate because it pulls both in). |
Also having a look at https://github.com/virto-network/sube for fetching data using the browser. |
That isn't surprising to me offhand! I'd def look towards |
Would be cool to be able to use this in web contexts. I think I can get away with not needing subxt on the web but I definitely need desub capabilities.
The text was updated successfully, but these errors were encountered: