-
Notifications
You must be signed in to change notification settings - Fork 124
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
Support more functionality for wasm targets #513
Comments
@dotChris90 Good question. In general we support in WebAssembly what is available in a no_std environment. The "no_std build" from the README documents a bit what is available. |
I just did a test with the latest nightly and doing a
|
There is indeed some good news. By updating our dependencies it is now possible to compile with the following command: |
We would like to provide more functionality for webassembly targets. See the findings in #272.
Ideally we could build the complete client unchanged:
cargo b --target wasm32-wasi
or
cargo b --target wasm32-unknown-unknown
The text was updated successfully, but these errors were encountered: