-
Notifications
You must be signed in to change notification settings - Fork 27
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
bug: Wasm32 compilation issues on 1.0.0 #21
Comments
Apologies. |
What do you mean by "gets pulled"? having getrandom in the dependency tree and Cargo.lock is expected. However, it should not be compiled to Wasm. |
Oh, wait a second ... Adding |
Closing as duplicate of #19 (not yet fixed) |
Description & observations
Issue has appeared when we switched from
cw-storage-plus 0.16.0
tocw-storage-plus 1.0.0
.Main difference in dependencies that I have spotted is the addition of
k256
which depends onrand_core
, thusgetrandom
.Building with
cw-storage-plus 0.16.0
continues to work flawlessly, so in case anyone else encounters this, just revert back.Reproduction
Prerequisites
/* Empty */
Steps to reproduce
Build command:
cargo build --target wasm32-unknown-unknown
Error
The text was updated successfully, but these errors were encountered: