This repository was archived by the owner on Nov 25, 2025. It is now read-only.
Commit 8cf63c7
[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.1 parent 24a85a5 commit 8cf63c7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments