Skip to content
Merged
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/worlds.wit
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package wasi:http@0.3.0-rc-2025-09-16;
world service {
/// HTTP services have access to time and randomness.
include wasi:clocks/imports@0.3.0-rc-2025-09-16;
import wasi:random/random@0.3.0-rc-2025-09-16;
include wasi:random/imports@0.3.0-rc-2025-09-16;

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