-
Notifications
You must be signed in to change notification settings - Fork 432
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
Build fails with wasm-bindgen feature in rand crate #682
Comments
I see; the |
@stevebob would you be able to put together a minimal test crate for rand + wasm-bindgen? Currently we can only test builds. It would be good to add full integration testing, e.g. as a crate under the |
Will do! |
so far, are there any good solution, I am facing the same issues |
@rjgeek I think a new issue would be appropriate; this one's quite old. When you do, post the output of |
@dhardy thank you for your kindly response. The output of cargo tree is shown as follows.
|
As I said, a new issue please. It's not the same cause. Upgrading to Rand 0.7 may fix it; that said we should try to support version 0.6 too. |
The problem is that I want to use "rand04_compat" package. But "rand04_compat" package does not support Rand 0.7, and I have to back to back to rand 0.6, but rand 0.6 has the above issues. It made me in a dilemma. |
Create a new issue please. If you can reproduce with a small test crate that would be best. |
To reproduce:
Error:
Looks like the
rand
crate depends onwasm-bindgen
(when the appropriate flag/target is set), but this dependency isn't in the manifest.The text was updated successfully, but these errors were encountered: