From 74790c9eb3799c0fd5baf486362d13e3fd96f7de 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:22:28 +0000 Subject: [PATCH] Update to v0.2.8 --- imports.md | 152 ++++++++++++++-------------- wit/deps.lock | 8 +- 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/io/error.wit | 2 +- wit/deps/io/poll.wit | 2 +- wit/deps/io/streams.wit | 2 +- wit/deps/io/world.wit | 2 +- wit/ip-name-lookup.wit | 2 +- wit/network.wit | 2 +- wit/tcp.wit | 6 +- wit/udp.wit | 2 +- wit/world.wit | 2 +- 15 files changed, 103 insertions(+), 94 deletions(-) diff --git a/imports.md b/imports.md index 3908305..441464a 100644 --- a/imports.md +++ b/imports.md @@ -2,21 +2,21 @@ -

Import interface wasi:io/error@0.2.7

+

Import interface wasi:io/error@0.2.8


Types

resource error

@@ -49,13 +49,13 @@ hazard.

-

Import interface wasi:sockets/network@0.2.7

+

Import interface wasi:sockets/network@0.2.8


Types

type error

error

-#### `resource network` +

resource network

An opaque resource that represents access to (a subset of) the network. This enables context-based security for networking. There is no need for this to map 1:1 to a physical network interface.

@@ -264,14 +264,14 @@ errors are network-related errors.

-

Import interface wasi:sockets/instance-network@0.2.7

+

Import interface wasi:sockets/instance-network@0.2.8

This interface provides a value-export of the default network handle..


Types

type network

network

----- +


Functions

instance-network: func

Get a handle to the default network.

@@ -279,7 +279,7 @@ errors are network-related errors.

-

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.


@@ -332,25 +332,25 @@ being ready for I/O.

-

Import interface wasi:sockets/udp@0.2.7

+

Import interface wasi:sockets/udp@0.2.8


Types

type pollable

pollable

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

type network

+

network

-#### `type error-code` -[`error-code`](#error_code) +

type error-code

+

error-code

-#### `type ip-socket-address` -[`ip-socket-address`](#ip_socket_address) +

type ip-socket-address

+

ip-socket-address

-#### `type ip-address-family` -[`ip-address-family`](#ip_address_family) +

type ip-address-family

+

ip-address-family

-#### `record incoming-datagram` +

record incoming-datagram

A received datagram.

Record Fields