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

Import interface wasi:io/error@0.2.7

+

Import interface wasi:io/error@0.2.8


Types

resource error

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

-

Import interface wasi:io/poll@0.2.7

+

Import interface wasi:io/poll@0.2.8

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.7

+

Import interface wasi:io/streams@0.2.8

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; @@ -104,10 +104,10 @@ when it does, they are expected to subsume this API.

type error

error

-#### `type pollable` -[`pollable`](#pollable) +

type pollable

+

pollable

-#### `variant stream-error` +

variant stream-error

An error for input-stream and output-stream operations.

Variant Cases