Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wit-0.3.0-draft/proxy.wit
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package wasi:[email protected];
world imports {
/// HTTP proxies have access to time and randomness.
include wasi:clocks/[email protected];
import wasi:random/random@0.3.0-rc-2025-09-16;
include wasi:random/imports@0.3.0-rc-2025-09-16;

/// Proxies have standard output and error streams which are expected to
/// terminate in a developer-facing console provided by the host.
Expand Down
Loading