Skip to content
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

UUID using Getrandom and Rand prevents compiling to WASM #50

Closed
ERLindeman opened this issue Feb 26, 2023 · 1 comment
Closed

UUID using Getrandom and Rand prevents compiling to WASM #50

ERLindeman opened this issue Feb 26, 2023 · 1 comment

Comments

@ERLindeman
Copy link

Compiling any code to wasm32-unknown-unknown fails to build because of the optional Rand and Getrandom dependencies of UUID. Would it be possible to disable that option and force UUID to accomplish the same result without inheriting those child dependencies?

(Sorry for the near duplicates; trying to start a new project before vacation, and I will provide more help and clarity within a couple of weeks!)

@d-e-s-o
Copy link
Owner

d-e-s-o commented Jul 18, 2023

Seems to be a duplicate of #49.

@d-e-s-o d-e-s-o closed this as not planned Won't fix, can't repro, duplicate, stale Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants