UUID using Getrandom and Rand prevents compiling to WASM
ERLindeman opened this issue · 1 comments
ERLindeman commented
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!)