From 473d9835108b0d11a4aff939ba14a65cfcd1aa05 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 21:47:36 +0000 Subject: [PATCH] Update to v0.2.6 --- command.md | 116 +++++++++++++-------------- imports.md | 118 ++++++++++++++-------------- wit/command.wit | 2 +- wit/deps.lock | 26 +++--- wit/deps.toml | 6 +- wit/deps/clocks/monotonic-clock.wit | 4 +- 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, 168 insertions(+), 168 deletions(-) diff --git a/command.md b/command.md index e99fa97..2a6139c 100644 --- a/command.md +++ b/command.md @@ -2,43 +2,43 @@
wasi:cli/environment@0.2.5wasi:cli/exit@0.2.5wasi:io/error@0.2.5wasi:io/poll@0.2.5wasi:io/streams@0.2.5wasi:cli/stdin@0.2.5wasi:cli/stdout@0.2.5wasi:cli/stderr@0.2.5wasi:cli/terminal-input@0.2.5wasi:cli/terminal-output@0.2.5wasi:cli/terminal-stdin@0.2.5wasi:cli/terminal-stdout@0.2.5wasi:cli/terminal-stderr@0.2.5wasi:clocks/monotonic-clock@0.2.5wasi:clocks/wall-clock@0.2.5wasi:clocks/timezone@0.2.5wasi:filesystem/types@0.2.5wasi:filesystem/preopens@0.2.5wasi:sockets/network@0.2.5wasi:sockets/instance-network@0.2.5wasi:sockets/udp@0.2.5wasi:sockets/udp-create-socket@0.2.5wasi:sockets/tcp@0.2.5wasi:sockets/tcp-create-socket@0.2.5wasi:sockets/ip-name-lookup@0.2.5wasi:random/random@0.2.5wasi:random/insecure@0.2.5wasi:random/insecure-seed@0.2.5wasi:cli/environment@0.2.6wasi:cli/exit@0.2.6wasi:io/error@0.2.6wasi:io/poll@0.2.6wasi:io/streams@0.2.6wasi:cli/stdin@0.2.6wasi:cli/stdout@0.2.6wasi:cli/stderr@0.2.6wasi:cli/terminal-input@0.2.6wasi:cli/terminal-output@0.2.6wasi:cli/terminal-stdin@0.2.6wasi:cli/terminal-stdout@0.2.6wasi:cli/terminal-stderr@0.2.6wasi:clocks/monotonic-clock@0.2.6wasi:clocks/wall-clock@0.2.6wasi:clocks/timezone@0.2.6wasi:filesystem/types@0.2.6wasi:filesystem/preopens@0.2.6wasi:sockets/network@0.2.6wasi:sockets/instance-network@0.2.6wasi:sockets/udp@0.2.6wasi:sockets/udp-create-socket@0.2.6wasi:sockets/tcp@0.2.6wasi:sockets/tcp-create-socket@0.2.6wasi:sockets/ip-name-lookup@0.2.6wasi:random/random@0.2.6wasi:random/insecure@0.2.6wasi:random/insecure-seed@0.2.6wasi:cli/run@0.2.5wasi:cli/run@0.2.6get-environment: func. as shorthand for this.
-exit: funcresource errorA poll API intended to let users wait for I/O events on multiple handles at once.
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;
@@ -501,7 +501,7 @@ is ready for reading, before performing the splice.
u64, stream-error>type input-streamsplice.
input-stream>type output-streamsplice.
output-stream>type output-streamsplice.
output-stream>Terminal input.
In the future, this may include functions for disabling echoing, disabling input buffering so that keyboard events are sent through @@ -549,7 +549,7 @@ immediately, querying supported features, and so on.
resource terminal-inputThe input side of a terminal.
-Terminal output.
In the future, this may include functions for querying the terminal size, being notified of terminal size changes, querying supported @@ -558,7 +558,7 @@ features, and so on.
resource terminal-outputThe output side of a terminal.
-An interface providing an optional terminal-input for stdin as a
link-time authority.
terminal-input>>An interface providing an optional terminal-output for stdout as a
link-time authority.
terminal-output>>An interface providing an optional terminal-output for stderr as a
link-time authority.
terminal-output>>WASI Monotonic Clock is a clock API intended to let users measure elapsed time.
It is intended to be portable at least between Unix-family platforms and @@ -668,7 +668,7 @@ elapsed from the time this function is invoked.
pollable>WASI Wall Clock is a clock API intended to let users query the current time. The name "wall" makes an analogy to a "clock on the wall", which is not necessarily monotonic as it may be reset.
@@ -709,7 +709,7 @@ also known as Unix Time. -type datetimeWASI filesystem is a filesystem API primarily intended to let users run WASI programs that access their files on their existing filesystems, without significant overhead.
@@ -1652,7 +1652,7 @@ errors are filesystem-related errors.error-code>type descriptordescriptor>, string)>type errorerror-code>This interface provides a value-export of the default network handle..
network>type pollablefuture is natively supported in Pre
pollable>type networkudp-socket>, error-code>type input-streamok.
error-code>type networktcp-socket>, error-code>type pollablefuture is natively supported in Pre
pollable>WASI Random is a random data API.
It is intended to be portable at least between Unix-family platforms and Windows.
@@ -3104,7 +3104,7 @@ represented as au64.
-The insecure interface for insecure pseudo-random numbers.
It is intended to be portable at least between Unix-family platforms and Windows.
@@ -3133,7 +3133,7 @@ a long period. -The insecure-seed interface for seeding hash-map DoS resistance.
It is intended to be portable at least between Unix-family platforms and Windows.
@@ -3157,7 +3157,7 @@ protection. -run: funcwasi:cli/environment@0.2.5wasi:cli/exit@0.2.5wasi:io/error@0.2.5wasi:io/poll@0.2.5wasi:io/streams@0.2.5wasi:cli/stdin@0.2.5wasi:cli/stdout@0.2.5wasi:cli/stderr@0.2.5wasi:cli/terminal-input@0.2.5wasi:cli/terminal-output@0.2.5wasi:cli/terminal-stdin@0.2.5wasi:cli/terminal-stdout@0.2.5wasi:cli/terminal-stderr@0.2.5wasi:clocks/monotonic-clock@0.2.5wasi:clocks/wall-clock@0.2.5wasi:clocks/timezone@0.2.5wasi:filesystem/types@0.2.5wasi:filesystem/preopens@0.2.5wasi:sockets/network@0.2.5wasi:sockets/instance-network@0.2.5wasi:sockets/udp@0.2.5wasi:sockets/udp-create-socket@0.2.5wasi:sockets/tcp@0.2.5wasi:sockets/tcp-create-socket@0.2.5wasi:sockets/ip-name-lookup@0.2.5wasi:random/random@0.2.5wasi:random/insecure@0.2.5wasi:random/insecure-seed@0.2.5wasi:cli/environment@0.2.6wasi:cli/exit@0.2.6wasi:io/error@0.2.6wasi:io/poll@0.2.6wasi:io/streams@0.2.6wasi:cli/stdin@0.2.6wasi:cli/stdout@0.2.6wasi:cli/stderr@0.2.6wasi:cli/terminal-input@0.2.6wasi:cli/terminal-output@0.2.6wasi:cli/terminal-stdin@0.2.6wasi:cli/terminal-stdout@0.2.6wasi:cli/terminal-stderr@0.2.6wasi:clocks/monotonic-clock@0.2.6wasi:clocks/wall-clock@0.2.6wasi:clocks/timezone@0.2.6wasi:filesystem/types@0.2.6wasi:filesystem/preopens@0.2.6wasi:sockets/network@0.2.6wasi:sockets/instance-network@0.2.6wasi:sockets/udp@0.2.6wasi:sockets/udp-create-socket@0.2.6wasi:sockets/tcp@0.2.6wasi:sockets/tcp-create-socket@0.2.6wasi:sockets/ip-name-lookup@0.2.6wasi:random/random@0.2.6wasi:random/insecure@0.2.6wasi:random/insecure-seed@0.2.6get-environment: func. as shorthand for this.
-exit: funcresource errorA poll API intended to let users wait for I/O events on multiple handles at once.
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;
@@ -496,7 +496,7 @@ is ready for reading, before performing the splice.
u64, stream-error>type input-streamsplice.
input-stream>type output-streamsplice.
output-stream>type output-streamsplice.
output-stream>Terminal input.
In the future, this may include functions for disabling echoing, disabling input buffering so that keyboard events are sent through @@ -544,7 +544,7 @@ immediately, querying supported features, and so on.
resource terminal-inputThe input side of a terminal.
-Terminal output.
In the future, this may include functions for querying the terminal size, being notified of terminal size changes, querying supported @@ -553,7 +553,7 @@ features, and so on.
resource terminal-outputThe output side of a terminal.
-An interface providing an optional terminal-input for stdin as a
link-time authority.
terminal-input>>An interface providing an optional terminal-output for stdout as a
link-time authority.
terminal-output>>An interface providing an optional terminal-output for stderr as a
link-time authority.
terminal-output>>WASI Monotonic Clock is a clock API intended to let users measure elapsed time.
It is intended to be portable at least between Unix-family platforms and @@ -663,7 +663,7 @@ elapsed from the time this function is invoked.
pollable>WASI Wall Clock is a clock API intended to let users query the current time. The name "wall" makes an analogy to a "clock on the wall", which is not necessarily monotonic as it may be reset.
@@ -704,7 +704,7 @@ also known as Unix Time. -type datetimeWASI filesystem is a filesystem API primarily intended to let users run WASI programs that access their files on their existing filesystems, without significant overhead.
@@ -1647,7 +1647,7 @@ errors are filesystem-related errors.error-code>type descriptordescriptor>, string)>type errorerror-code>This interface provides a value-export of the default network handle..
network>type pollablefuture is natively supported in Pre
pollable>type networkudp-socket>, error-code>type input-streamok.
error-code>type networktcp-socket>, error-code>type pollablefuture is natively supported in Pre
pollable>WASI Random is a random data API.
It is intended to be portable at least between Unix-family platforms and Windows.
@@ -3099,7 +3099,7 @@ represented as au64.
-The insecure interface for insecure pseudo-random numbers.
It is intended to be portable at least between Unix-family platforms and Windows.
@@ -3128,7 +3128,7 @@ a long period. -The insecure-seed interface for seeding hash-map DoS resistance.
It is intended to be portable at least between Unix-family platforms and Windows.
diff --git a/wit/command.wit b/wit/command.wit index 7165395..6d3cc83 100644 --- a/wit/command.wit +++ b/wit/command.wit @@ -1,4 +1,4 @@ -package wasi:cli@0.2.5; +package wasi:cli@0.2.6; @since(version = 0.2.0) world command { diff --git a/wit/deps.lock b/wit/deps.lock index a1dc926..edb4038 100644 --- a/wit/deps.lock +++ b/wit/deps.lock @@ -1,24 +1,24 @@ [clocks] -sha256 = "f1c53079469e20167e2cd4300651f13f34a6fd508b5c7331bb7c8c95fb8857fb" -sha512 = "2a9281d0edcabad3bfef0dcfa7a9712d6beb6d6bb07b29fbf24235706d149672901ffc32192404a1ac511c512eb775daf9716ad3a0514bdf6a5c93a5fed19450" +sha256 = "59b8db7b6f3f8a72418510453c1fa9e437c7c7c2369c0bd5da83aa5d6d1d9b73" +sha512 = "06ce14bbf34d5588ed0c26bd932d46b3025c16723d5b4558def5b8107781b2251471c1f7170640342e3d4f78efb560d5ff6383c6a127c1d9e757e83db31a0185" [filesystem] -url = "https://github.com/WebAssembly/wasi-filesystem/archive/v0.2.5.tar.gz" -sha256 = "9122d926d1e9c8c3c1aca0b54fcc6a64fe3b52b701d266af5ecbb7f83124a647" -sha512 = "a8e81ca42f4ff9d58dca945cabbcdf04b7a9870b7acd3bb95c95e40bb656e74c7e190f73cf0b3189b6b01a78f3aaa2e247c215541a7a0f67fb86ed3e0b3f9e35" +url = "https://github.com/WebAssembly/wasi-filesystem/archive/v0.2.6.tar.gz" +sha256 = "9eb3e27ea559c679e9fb3c775a7091efedd0dc52aec56d7cd28caba36a76309c" +sha512 = "4207a911dd647ecbe82727af2145d88fc536f013ef76fc173d7d07729c71e9ff8c08ce911f25fa8511705d62e60d4888c5cc43d498cd3753b164bbe1be2d3a55" deps = ["clocks", "io"] [io] -sha256 = "749de54c05f7118dc118999ad69c5b63890ea1dd86f1be69270062195c7b79c2" -sha512 = "b5096d518a7931c100594b9216bb4a98cd64533166bc7fdbb7465b48effc345863bd3ce2ec84fef59b273bae507edab08ec08975d56240ccef68f2494964e80a" +sha256 = "671761f464d312e6c26bcaab5e79fe14ac876b72267867579d5c65e053fe2301" +sha512 = "57e5ed34fa85f35899b324ac7a2473c5fa5cece51d07e6f077637191fadd3c8b6f79324d31a8d497a6ce7b92cfb2a2505ab894337e2c82889f1bdb21f4f24634" [random] -url = "https://github.com/WebAssembly/wasi-random/archive/v0.2.5.tar.gz" -sha256 = "c59984d9385d1ef7af6dd817b3d7a0a7f4084baa66c92026d6f9bf1eaf29169a" -sha512 = "7414a1a0616e42ff134ad15b65d9e10bc3b567b34f7f696356e20bc71bcb85ea16188d26d1997ba7e6964df9493f9f748304acaf1169e16ee21a035d8a8b4a89" +url = "https://github.com/WebAssembly/wasi-random/archive/v0.2.6.tar.gz" +sha256 = "5fc77fdcbf6fc236250c5ba32149ea2fde7a8191696d9a4ed3931bb07202bcc0" +sha512 = "1f3be8d65185552abad4532ed4603643b3f9eed1847d4c1acaec107964701990f18b1a036dcdccead85c29f037f272b3d1ce300c6e4316002b36431c04c00abd" [sockets] -url = "https://github.com/WebAssembly/wasi-sockets/archive/v0.2.5.tar.gz" -sha256 = "1e55b9b6aa43e02cc0a674e7e6250f5145d48ffbc60c0f200b5ea192dce61640" -sha512 = "019224bb6fead5b6b687aeba7505ed05ebf20b9a60d045a4ab4fc323d0044af729b983b44efbe7ac8e0efda727f5c779fb0ad817c7802b2d7677196cf2cc0652" +url = "https://github.com/WebAssembly/wasi-sockets/archive/v0.2.6.tar.gz" +sha256 = "4f98b623cb6ff6f02c2975cea615fa36de2087dc48e76c4865e0297499c005a1" +sha512 = "cf72b97c46913e752dff2d1c93d2c9bd87210d5714fe43d4eb93fb7512b1c786737e69b444521e77725e12a2689673da786bd0f3f94ce77bf7772671637d7878" deps = ["clocks", "io"] diff --git a/wit/deps.toml b/wit/deps.toml index 26c0dbb..f7a7430 100644 --- a/wit/deps.toml +++ b/wit/deps.toml @@ -1,3 +1,3 @@ -filesystem = "https://github.com/WebAssembly/wasi-filesystem/archive/v0.2.5.tar.gz" -random = "https://github.com/WebAssembly/wasi-random/archive/v0.2.5.tar.gz" -sockets = "https://github.com/WebAssembly/wasi-sockets/archive/v0.2.5.tar.gz" +filesystem = "https://github.com/WebAssembly/wasi-filesystem/archive/v0.2.6.tar.gz" +random = "https://github.com/WebAssembly/wasi-random/archive/v0.2.6.tar.gz" +sockets = "https://github.com/WebAssembly/wasi-sockets/archive/v0.2.6.tar.gz" diff --git a/wit/deps/clocks/monotonic-clock.wit b/wit/deps/clocks/monotonic-clock.wit index 731e8a1..f3bc839 100644 --- a/wit/deps/clocks/monotonic-clock.wit +++ b/wit/deps/clocks/monotonic-clock.wit @@ -1,4 +1,4 @@ -package wasi:clocks@0.2.5; +package wasi:clocks@0.2.6; /// WASI Monotonic Clock is a clock API intended to let users measure elapsed /// time. /// @@ -10,7 +10,7 @@ package wasi:clocks@0.2.5; @since(version = 0.2.0) interface monotonic-clock { @since(version = 0.2.0) - use wasi:io/poll@0.2.5.{pollable}; + use wasi:io/poll@0.2.6.{pollable}; /// An instant in time, in nanoseconds. An instant is relative to an /// unspecified initial value, and can only be compared to instances from diff --git a/wit/deps/clocks/timezone.wit b/wit/deps/clocks/timezone.wit index ebe21a6..ca98ad1 100644 --- a/wit/deps/clocks/timezone.wit +++ b/wit/deps/clocks/timezone.wit @@ -1,4 +1,4 @@ -package wasi:clocks@0.2.5; +package wasi:clocks@0.2.6; @unstable(feature = clocks-timezone) interface timezone { diff --git a/wit/deps/clocks/wall-clock.wit b/wit/deps/clocks/wall-clock.wit index 2fde831..76636a0 100644 --- a/wit/deps/clocks/wall-clock.wit +++ b/wit/deps/clocks/wall-clock.wit @@ -1,4 +1,4 @@ -package wasi:clocks@0.2.5; +package wasi:clocks@0.2.6; /// WASI Wall Clock is a clock API intended to let users query the current /// time. The name "wall" makes an analogy to a "clock on the wall", which /// is not necessarily monotonic as it may be reset. diff --git a/wit/deps/clocks/world.wit b/wit/deps/clocks/world.wit index f32eed5..5c53c51 100644 --- a/wit/deps/clocks/world.wit +++ b/wit/deps/clocks/world.wit @@ -1,4 +1,4 @@ -package wasi:clocks@0.2.5; +package wasi:clocks@0.2.6; @since(version = 0.2.0) world imports { diff --git a/wit/deps/filesystem/preopens.wit b/wit/deps/filesystem/preopens.wit index 0a9b8f0..f228479 100644 --- a/wit/deps/filesystem/preopens.wit +++ b/wit/deps/filesystem/preopens.wit @@ -1,4 +1,4 @@ -package wasi:filesystem@0.2.5; +package wasi:filesystem@0.2.6; @since(version = 0.2.0) interface preopens { diff --git a/wit/deps/filesystem/types.wit b/wit/deps/filesystem/types.wit index 2b67884..75c1904 100644 --- a/wit/deps/filesystem/types.wit +++ b/wit/deps/filesystem/types.wit @@ -1,4 +1,4 @@ -package wasi:filesystem@0.2.5; +package wasi:filesystem@0.2.6; /// WASI filesystem is a filesystem API primarily intended to let users run WASI /// programs that access their files on their existing filesystems, without /// significant overhead. @@ -26,9 +26,9 @@ package wasi:filesystem@0.2.5; @since(version = 0.2.0) interface types { @since(version = 0.2.0) - use wasi:io/streams@0.2.5.{input-stream, output-stream, error}; + use wasi:io/streams@0.2.6.{input-stream, output-stream, error}; @since(version = 0.2.0) - use wasi:clocks/wall-clock@0.2.5.{datetime}; + use wasi:clocks/wall-clock@0.2.6.{datetime}; /// File size or length of a region within a file. @since(version = 0.2.0) diff --git a/wit/deps/filesystem/world.wit b/wit/deps/filesystem/world.wit index e7654ee..65597f9 100644 --- a/wit/deps/filesystem/world.wit +++ b/wit/deps/filesystem/world.wit @@ -1,4 +1,4 @@ -package wasi:filesystem@0.2.5; +package wasi:filesystem@0.2.6; @since(version = 0.2.0) world imports { diff --git a/wit/deps/io/error.wit b/wit/deps/io/error.wit index 0e234be..784f74a 100644 --- a/wit/deps/io/error.wit +++ b/wit/deps/io/error.wit @@ -1,4 +1,4 @@ -package wasi:io@0.2.5; +package wasi:io@0.2.6; @since(version = 0.2.0) interface error { diff --git a/wit/deps/io/poll.wit b/wit/deps/io/poll.wit index d33353e..7f71183 100644 --- a/wit/deps/io/poll.wit +++ b/wit/deps/io/poll.wit @@ -1,4 +1,4 @@ -package wasi:io@0.2.5; +package wasi:io@0.2.6; /// A poll API intended to let users wait for I/O events on multiple handles /// at once. diff --git a/wit/deps/io/streams.wit b/wit/deps/io/streams.wit index 8d20252..c5da38c 100644 --- a/wit/deps/io/streams.wit +++ b/wit/deps/io/streams.wit @@ -1,4 +1,4 @@ -package wasi:io@0.2.5; +package wasi:io@0.2.6; /// WASI I/O is an I/O abstraction API which is currently focused on providing /// stream types. diff --git a/wit/deps/io/world.wit b/wit/deps/io/world.wit index 6864183..84c85c0 100644 --- a/wit/deps/io/world.wit +++ b/wit/deps/io/world.wit @@ -1,4 +1,4 @@ -package wasi:io@0.2.5; +package wasi:io@0.2.6; @since(version = 0.2.0) world imports { diff --git a/wit/deps/random/insecure-seed.wit b/wit/deps/random/insecure-seed.wit index ab58b46..d3dc03a 100644 --- a/wit/deps/random/insecure-seed.wit +++ b/wit/deps/random/insecure-seed.wit @@ -1,4 +1,4 @@ -package wasi:random@0.2.5; +package wasi:random@0.2.6; /// The insecure-seed interface for seeding hash-map DoS resistance. /// /// It is intended to be portable at least between Unix-family platforms and diff --git a/wit/deps/random/insecure.wit b/wit/deps/random/insecure.wit index f051303..d4d0284 100644 --- a/wit/deps/random/insecure.wit +++ b/wit/deps/random/insecure.wit @@ -1,4 +1,4 @@ -package wasi:random@0.2.5; +package wasi:random@0.2.6; /// The insecure interface for insecure pseudo-random numbers. /// /// It is intended to be portable at least between Unix-family platforms and diff --git a/wit/deps/random/random.wit b/wit/deps/random/random.wit index 6b751b0..a0ff956 100644 --- a/wit/deps/random/random.wit +++ b/wit/deps/random/random.wit @@ -1,4 +1,4 @@ -package wasi:random@0.2.5; +package wasi:random@0.2.6; /// WASI Random is a random data API. /// /// It is intended to be portable at least between Unix-family platforms and diff --git a/wit/deps/random/world.wit b/wit/deps/random/world.wit index c32c48a..099f47b 100644 --- a/wit/deps/random/world.wit +++ b/wit/deps/random/world.wit @@ -1,4 +1,4 @@ -package wasi:random@0.2.5; +package wasi:random@0.2.6; @since(version = 0.2.0) world imports { diff --git a/wit/deps/sockets/ip-name-lookup.wit b/wit/deps/sockets/ip-name-lookup.wit index 04ab05d..ee6419e 100644 --- a/wit/deps/sockets/ip-name-lookup.wit +++ b/wit/deps/sockets/ip-name-lookup.wit @@ -1,7 +1,7 @@ @since(version = 0.2.0) interface ip-name-lookup { @since(version = 0.2.0) - use wasi:io/poll@0.2.5.{pollable}; + use wasi:io/poll@0.2.6.{pollable}; @since(version = 0.2.0) use network.{network, error-code, ip-address}; diff --git a/wit/deps/sockets/network.wit b/wit/deps/sockets/network.wit index 52c8301..6ca98b6 100644 --- a/wit/deps/sockets/network.wit +++ b/wit/deps/sockets/network.wit @@ -1,7 +1,7 @@ @since(version = 0.2.0) interface network { @unstable(feature = network-error-code) - use wasi:io/error@0.2.5.{error}; + use wasi:io/error@0.2.6.{error}; /// An opaque resource that represents access to (a subset of) the network. /// This enables context-based security for networking. diff --git a/wit/deps/sockets/tcp.wit b/wit/deps/sockets/tcp.wit index 2f44785..beefd7b 100644 --- a/wit/deps/sockets/tcp.wit +++ b/wit/deps/sockets/tcp.wit @@ -1,11 +1,11 @@ @since(version = 0.2.0) interface tcp { @since(version = 0.2.0) - use wasi:io/streams@0.2.5.{input-stream, output-stream}; + use wasi:io/streams@0.2.6.{input-stream, output-stream}; @since(version = 0.2.0) - use wasi:io/poll@0.2.5.{pollable}; + use wasi:io/poll@0.2.6.{pollable}; @since(version = 0.2.0) - use wasi:clocks/monotonic-clock@0.2.5.{duration}; + use wasi:clocks/monotonic-clock@0.2.6.{duration}; @since(version = 0.2.0) use network.{network, error-code, ip-socket-address, ip-address-family}; diff --git a/wit/deps/sockets/udp.wit b/wit/deps/sockets/udp.wit index 9a73a47..9dbe693 100644 --- a/wit/deps/sockets/udp.wit +++ b/wit/deps/sockets/udp.wit @@ -1,7 +1,7 @@ @since(version = 0.2.0) interface udp { @since(version = 0.2.0) - use wasi:io/poll@0.2.5.{pollable}; + use wasi:io/poll@0.2.6.{pollable}; @since(version = 0.2.0) use network.{network, error-code, ip-socket-address, ip-address-family}; diff --git a/wit/deps/sockets/world.wit b/wit/deps/sockets/world.wit index 733dc07..e86f02c 100644 --- a/wit/deps/sockets/world.wit +++ b/wit/deps/sockets/world.wit @@ -1,4 +1,4 @@ -package wasi:sockets@0.2.5; +package wasi:sockets@0.2.6; @since(version = 0.2.0) world imports { diff --git a/wit/imports.wit b/wit/imports.wit index 93a8374..d9fd017 100644 --- a/wit/imports.wit +++ b/wit/imports.wit @@ -1,17 +1,17 @@ -package wasi:cli@0.2.5; +package wasi:cli@0.2.6; @since(version = 0.2.0) world imports { @since(version = 0.2.0) - include wasi:clocks/imports@0.2.5; + include wasi:clocks/imports@0.2.6; @since(version = 0.2.0) - include wasi:filesystem/imports@0.2.5; + include wasi:filesystem/imports@0.2.6; @since(version = 0.2.0) - include wasi:sockets/imports@0.2.5; + include wasi:sockets/imports@0.2.6; @since(version = 0.2.0) - include wasi:random/imports@0.2.5; + include wasi:random/imports@0.2.6; @since(version = 0.2.0) - include wasi:io/imports@0.2.5; + include wasi:io/imports@0.2.6; @since(version = 0.2.0) import environment; diff --git a/wit/stdio.wit b/wit/stdio.wit index 19a5ab9..cb8aea2 100644 --- a/wit/stdio.wit +++ b/wit/stdio.wit @@ -1,7 +1,7 @@ @since(version = 0.2.0) interface stdin { @since(version = 0.2.0) - use wasi:io/streams@0.2.5.{input-stream}; + use wasi:io/streams@0.2.6.{input-stream}; @since(version = 0.2.0) get-stdin: func() -> input-stream; @@ -10,7 +10,7 @@ interface stdin { @since(version = 0.2.0) interface stdout { @since(version = 0.2.0) - use wasi:io/streams@0.2.5.{output-stream}; + use wasi:io/streams@0.2.6.{output-stream}; @since(version = 0.2.0) get-stdout: func() -> output-stream; @@ -19,7 +19,7 @@ interface stdout { @since(version = 0.2.0) interface stderr { @since(version = 0.2.0) - use wasi:io/streams@0.2.5.{output-stream}; + use wasi:io/streams@0.2.6.{output-stream}; @since(version = 0.2.0) get-stderr: func() -> output-stream;