-
Notifications
You must be signed in to change notification settings - Fork 91
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
It can't build to wasm #134
Comments
Same. It can still be reproduced in 2023. |
You need to add getrandom with the feature flag of JS. This is not libsecp256k1, but its dependency rand which depends on getrandom.
|
Fixed by upgrading Substrate to This issue may also be related to cargo workspace dependencies. I suspect there was a potential bug when handling the individual |
When I use this dependency in my wasm project, it will report error when compiling:
is there any features that without using the getrandom?
The text was updated successfully, but these errors were encountered: