-
Notifications
You must be signed in to change notification settings - Fork 82
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
feat/question: support compilation to wasm32 with std #991
Comments
Oh it comes from Line 55 in 8f2ddfe
So need to talk to Parity to remove this check or condition serde_no_std. |
I was about to point out that this usually comes from two upstream crates: |
Currently wasm32 uses same crates inside as core and alloc, and reexports, so fix should work. As real no_std (Solana?) will not use |
tbh I have no idea why parity preventing std wasm32 paritytech/parity-common#801 . no idea what is proper fix now. |
Currently blocked on: paritytech/parity-common#805 |
I patched parity, they merged, but not released yet. So all deps on deps still broken. Neither got merged #1162 as workaround. seem blocked by all parties/sides |
Feature Summary
should work.
But I get now
Proposal
Fix it, or suggest what to do.
I not sure. Would it all work if I just use ibc without std when compiling std CosmWasm contract.
This is typical for Polkadot SDK when trying to compile runtime to wasm, but in no_std. Not sure so what combination gives error in std/wasm.
May be fix should have been done long ago in getrandom. Just feature them with proper no_std/std wasm support...
The text was updated successfully, but these errors were encountered: