From 318876e01c0d945a86f66fa7658440c71c890847 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 15:24:33 +0000 Subject: [PATCH] Update to v0.2.8 --- command.md | 256 +++++++++++++-------------- imports.md | 258 ++++++++++++++-------------- wit/command.wit | 2 +- wit/deps.lock | 26 +-- wit/deps.toml | 6 +- wit/deps/clocks/monotonic-clock.wit | 9 +- wit/deps/clocks/timezone.wit | 2 +- wit/deps/clocks/wall-clock.wit | 2 +- wit/deps/clocks/world.wit | 2 +- wit/deps/filesystem/preopens.wit | 2 +- wit/deps/filesystem/types.wit | 6 +- wit/deps/filesystem/world.wit | 2 +- wit/deps/io/error.wit | 2 +- wit/deps/io/poll.wit | 2 +- wit/deps/io/streams.wit | 2 +- wit/deps/io/world.wit | 2 +- wit/deps/random/insecure-seed.wit | 2 +- wit/deps/random/insecure.wit | 2 +- wit/deps/random/random.wit | 2 +- wit/deps/random/world.wit | 2 +- wit/deps/sockets/ip-name-lookup.wit | 2 +- wit/deps/sockets/network.wit | 2 +- wit/deps/sockets/tcp.wit | 6 +- wit/deps/sockets/udp.wit | 2 +- wit/deps/sockets/world.wit | 2 +- wit/imports.wit | 12 +- wit/stdio.wit | 6 +- 27 files changed, 317 insertions(+), 304 deletions(-) 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