diff --git a/command.md b/command.md index f1b5188..34c1c92 100644 --- a/command.md +++ b/command.md @@ -2,43 +2,43 @@ -

Import interface wasi:cli/environment@0.2.7

+

Import interface wasi:cli/environment@0.2.8


Functions

get-environment: func

@@ -65,7 +65,7 @@ directory, interpreting . as shorthand for this.

-

Import interface wasi:cli/exit@0.2.7

+

Import interface wasi:cli/exit@0.2.8


Functions

exit: func

@@ -85,7 +85,7 @@ without the connotation that something bad has happened.

-

Import interface wasi:io/error@0.2.7

+

Import interface wasi:io/error@0.2.8


Types

resource error

@@ -118,7 +118,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.


@@ -171,7 +171,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; @@ -181,10 +181,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