-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0ae1059
commit fcab1c7
Showing
19 changed files
with
1,266 additions
and
1,039 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ package wasi:[email protected]; | |
world imports { | ||
include wasi:clocks/imports@0.2.0-rc-2023-11-10; | ||
include wasi:filesystem/imports@0.2.0-rc-2023-11-10; | ||
include wasi:sockets/imports@0.2.0-rc-2023-10-18; | ||
include wasi:sockets/imports@0.2.0-rc-2024-01-16; | ||
include wasi:random/imports@0.2.0-rc-2023-11-10; | ||
include wasi:io/imports@0.2.0-rc-2023-11-10; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ package wasi:[email protected]; | |
/// A poll API intended to let users wait for I/O events on multiple handles | ||
/// at once. | ||
interface poll { | ||
/// `pollable` epresents a single I/O event which may be ready, or not. | ||
/// `pollable` represents a single I/O event which may be ready, or not. | ||
resource pollable { | ||
|
||
/// Return the readiness of a pollable. This function never blocks. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.