rust-random / getrandom

A small cross-platform library for retrieving random data from (operating) system source
Apache License 2.0
275 stars 180 forks source link

Avoid depending on "rustc-dep-of-std" features of dependencies. #465

Closed briansmith closed 3 months ago

briansmith commented 3 months ago

AFAICT, this is not needed. When libstd builds libc, it will activate that feature for it. This makes it easier to make libc a conditional dependency. Do the same for WASI.