diff --git a/imports.md b/imports.md index 57fc87c..a64a3d0 100644 --- a/imports.md +++ b/imports.md @@ -2,13 +2,13 @@ -

Import interface wasi:io/error@0.2.6

+

Import interface wasi:io/error@0.2.7


Types

resource error

@@ -41,7 +41,7 @@ hazard.

-

Import interface wasi:io/poll@0.2.6

+

Import interface wasi:io/poll@0.2.7

A poll API intended to let users wait for I/O events on multiple handles at once.


@@ -94,7 +94,7 @@ being ready for I/O.

-

Import interface wasi:io/streams@0.2.6

+

Import interface wasi:io/streams@0.2.7

WASI I/O is an I/O abstraction API which is currently focused on providing stream types.

In the future, the component model is expected to add built-in stream types; diff --git a/wit/error.wit b/wit/error.wit index 784f74a..acab3a8 100644 --- a/wit/error.wit +++ b/wit/error.wit @@ -1,4 +1,4 @@ -package wasi:io@0.2.6; +package wasi:io@0.2.7; @since(version = 0.2.0) interface error { diff --git a/wit/poll.wit b/wit/poll.wit index 7f71183..a525164 100644 --- a/wit/poll.wit +++ b/wit/poll.wit @@ -1,4 +1,4 @@ -package wasi:io@0.2.6; +package wasi:io@0.2.7; /// A poll API intended to let users wait for I/O events on multiple handles /// at once. diff --git a/wit/streams.wit b/wit/streams.wit index af0fcf4..7ae29a3 100644 --- a/wit/streams.wit +++ b/wit/streams.wit @@ -1,4 +1,4 @@ -package wasi:io@0.2.6; +package wasi:io@0.2.7; /// WASI I/O is an I/O abstraction API which is currently focused on providing /// stream types. diff --git a/wit/world.wit b/wit/world.wit index 84c85c0..73b1a6d 100644 --- a/wit/world.wit +++ b/wit/world.wit @@ -1,4 +1,4 @@ -package wasi:io@0.2.6; +package wasi:io@0.2.7; @since(version = 0.2.0) world imports {