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: 2 additions & 0 deletions phases/ephemeral/witx/wasi_ephemeral_poll.witx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
(import "memory" (memory))

;;; Concurrently poll for the occurrence of a set of events.
;;;
;;; If `nsubscriptions` is 0, returns `errno::inval`.
(@interface func (export "oneoff")
;;; The events to which to subscribe.
(param $in (@witx const_pointer $subscription))
Expand Down