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
[0.3.0-draft] Include the full wasi:random/imports
This switches `wasi:http/proxy` from just using `wasi:random/random` to
also including `wasi:random/insecure` and `wasi:random/insecure-seed`.
These "insecure" interfaces allow applications which need random numbers
for purposes other than cryptography or UUIDs to request them, which can
give hosts more flexibility when running in environments with scarce
entropy, such as early boot environments.
These interfaces should be easy to support in any host that already
supports `wasi:random/random`. They permit alternate implementation
strategies, but don't require them.
0 commit comments