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
6 changes: 4 additions & 2 deletions host/process@1.1.0.wit
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,10 @@ interface host {
/// Per-principal CONCURRENT background-process cap exhausted (shared
/// between ephemeral `spawn-background` and `spawn-persistent`).
quota,
/// Stdin payload exceeded the per-call 1 MB cap or the
/// cumulative-per-process write quota.
/// Payload exceeded the applicable cap: the 4 MiB
/// `spawn-request.stdin` prelude (per spawn, cumulative), the
/// 1 MiB per-call `write-stdin` limit, or the cumulative
/// per-process write quota.
Comment on lines +69 to +72
too-large,
/// Handle has been closed (process exited and reaped).
closed,
Expand Down
Loading