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
This feature should only be enabled for binary, test, or benchmark crates. Library crates should generally not enable this feature, leaving such a decision to users of their library. Also, libraries should not introduce their own js features just to enable getrandom’s js feature.
currently the hpke-rs-crypto, hpke-rs-evercrypt and hpke-rs-rust-crypto libraries are enabling the "js" feature. if the feature is desired to, for example, run benchmarks on wasm32-unknown-unknown then the getrandom dependency should be moved under the dev-dependecies section so that only benchmark binaries see it.
The text was updated successfully, but these errors were encountered:
getrandom
's docs state:currently the
hpke-rs-crypto
,hpke-rs-evercrypt
andhpke-rs-rust-crypto
libraries are enabling the "js" feature. if the feature is desired to, for example, run benchmarks onwasm32-unknown-unknown
then thegetrandom
dependency should be moved under thedev-dependecies
section so that only benchmark binaries see it.The text was updated successfully, but these errors were encountered: