We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9d685b commit fef02cdCopy full SHA for fef02cd
wit/error.wit
@@ -1,4 +1,4 @@
1
-package wasi:io@0.2.0-rc-2023-11-10;
+package wasi:io@0.2.0;
2
3
4
interface error {
wit/poll.wit
/// A poll API intended to let users wait for I/O events on multiple handles
/// at once.
wit/streams.wit
/// WASI I/O is an I/O abstraction API which is currently focused on providing
/// stream types.
wit/world.wit
world imports {
import streams;
0 commit comments