You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same problem as in #616 except for building a project with vending-minter as a dependency.
Happens during compilation of vending-factory and crashes due togetrandom crate
error: the wasm*-unknown-unknown targets are not supported by default, you may need to enable the "js" feature. For more information see: https://docs.rs/getrandom/#webassembly-support
--> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.10/src/lib.rs:285:9
|
285 | / compile_error!("the wasm*-unknown-unknown targets are not supported by \
286 | | default, you may need to enable the \"js\" feature. \
287 | | For more information see: \
288 | | https://docs.rs/getrandom/#webassembly-support");
| |________________________________________________________________________^
The text was updated successfully, but these errors were encountered:
Same problem as in #616 except for building a project with
vending-minter
as a dependency.Happens during compilation of
vending-factory
and crashes due togetrandom
crateThe text was updated successfully, but these errors were encountered: