Skip to content

Commit ed73919

Browse files
Release WASI v0.2.11 (#907)
Co-authored-by: ricochet <974323+ricochet@users.noreply.github.com>
1 parent 50b674e commit ed73919

39 files changed

Lines changed: 299 additions & 299 deletions

proposals/cli/command.md

Lines changed: 60 additions & 60 deletions
Large diffs are not rendered by default.

proposals/cli/imports.md

Lines changed: 61 additions & 61 deletions
Large diffs are not rendered by default.

proposals/cli/wit/command.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package wasi:cli@0.2.10;
1+
package wasi:cli@0.2.11;
22

33
@since(version = 0.2.0)
44
world command {

proposals/cli/wit/deps.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
[clocks]
22
path = "../../clocks/wit"
3-
sha256 = "3de1d705674b99fd38c38bf7086cce640b0ae1154f2942cae63de4c7ea4242cf"
4-
sha512 = "92fc74247ca716191337e4804e9f602d002729bcc400b56bc7e68739e46e7033c74ef05ab2309ed4079ca9d21d302069b1fe84332887f1ee389461c0b6ec1d2f"
3+
sha256 = "f6fd2d98f0f03d7c00ea3fab79a1565f84d3524191d6f8f300d2c902d6eb3114"
4+
sha512 = "0c08fe39a1fc30e38a1dd0696e263e8f9a5b03ee2ff63864eb1acfd6d414511da0d030183c5e8f363d66ce6f5c25272edf90239e00b1033cfb48cffc1a5b10a4"
55

66
[filesystem]
77
path = "../../filesystem/wit"
8-
sha256 = "4b16c2e662231ddae63e06c0c99c98cad58456c3b0f52743ff7ff10d1ae9ff26"
9-
sha512 = "59b6bb8e4cd16d8779dade811248b716dfbf6cfec0a89cfc2950fc330927e31af0451a77f29af924d16c51ea989d7b98a5edd4265b29a2a64517e648fb3ecdba"
8+
sha256 = "6f105ec8fb98bcfb4eea1ff54ebd2cd16ccdeb2db0d7222e5fc4c8d626d6f673"
9+
sha512 = "43ae82d63b12cde24d4a35764d66cd3a8cfa919443cf1297320cef4a9a450c2de2e7960c40cb24bccdacdbe473778d8c2458c5bc0ee72e406f2018d973bb2ba5"
1010

1111
[io]
1212
path = "../../io/wit"
13-
sha256 = "1e6d2cc337e5fa6ed6ecc4a346b6d6a8f625d6011e8f4ede8c87cf6915e6702f"
14-
sha512 = "8dc5337e205d71241ca9dd1d45c1317d0557f306532cf8dea2a722567fb0dbb357e67b730a140659063e9926039556dbae78694bad671b2d648b2f235f9bf1ad"
13+
sha256 = "3f63eef3de9c5b294b67c9f0cccb59bd6f9caca2e44cce543afad9d8ec053ade"
14+
sha512 = "c1069eb09abcf0979e61387f03cd9b6f0051557957484b0ed93f548aadae883e4dbc28d7b4fbf54c34c8fc0b8659a7099d68346eb3330f76b771627ac8e696f2"
1515

1616
[random]
1717
path = "../../random/wit"
18-
sha256 = "a7b56620f815c9f3988c698891ca4e954e063fd37bdfee4666ef031fffdbd176"
19-
sha512 = "03b0eac051257059ca523b878dee14aacf034f8fb3d2d482589ca9da57ce579a947133f0cdcb83a04c96d58bc71507bef2c253f7489ff72faf5154460f3666aa"
18+
sha256 = "4d5f0cdf894fb4e775271b90ffa55a1b62b95b11a4de85fe0af49e9bd3d7253b"
19+
sha512 = "0a36f963c6ac440bb677f3cda73eabb428fd383b529f331e889f20711431aac7a9db93c45af28b87c6fe52238f57b8f5316161b21327a7bf7774a88171a37dbb"
2020

2121
[sockets]
2222
path = "../../sockets/wit"
23-
sha256 = "53bef3508b15c1d5ecaa51f2a2118a4142bd0e16529278cb39e8af5edf5c93c2"
24-
sha512 = "558bbf720b11074b6b443e8c296a47478dea8001b80a98b54c1352941209500312b0ca4718fe10292a6da2503bfe1387b6010c6cdabedea3fe9f67005a9d70d4"
23+
sha256 = "89c166163c89237340bbef98f9b63d3d213ec19e15115aaa7c5d3c355a318baf"
24+
sha512 = "6ab5060462477c77a20fd0bf969d24e90bdd205dccca10c7db9ae5383cf621ff06c352fa47991fb7ae627075a72b949e17d5a46a03543632bc78f6df52e51adf"

proposals/cli/wit/imports.wit

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
package wasi:cli@0.2.10;
1+
package wasi:cli@0.2.11;
22

33
@since(version = 0.2.0)
44
world imports {
55
@since(version = 0.2.0)
6-
include wasi:clocks/imports@0.2.10;
6+
include wasi:clocks/imports@0.2.11;
77
@since(version = 0.2.0)
8-
include wasi:filesystem/imports@0.2.10;
8+
include wasi:filesystem/imports@0.2.11;
99
@since(version = 0.2.0)
10-
include wasi:sockets/imports@0.2.10;
10+
include wasi:sockets/imports@0.2.11;
1111
@since(version = 0.2.0)
12-
include wasi:random/imports@0.2.10;
12+
include wasi:random/imports@0.2.11;
1313
@since(version = 0.2.0)
14-
include wasi:io/imports@0.2.10;
14+
include wasi:io/imports@0.2.11;
1515

1616
@since(version = 0.2.0)
1717
import environment;

proposals/cli/wit/stdio.wit

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@since(version = 0.2.0)
22
interface stdin {
33
@since(version = 0.2.0)
4-
use wasi:io/streams@0.2.10.{input-stream};
4+
use wasi:io/streams@0.2.11.{input-stream};
55

66
@since(version = 0.2.0)
77
get-stdin: func() -> input-stream;
@@ -10,7 +10,7 @@ interface stdin {
1010
@since(version = 0.2.0)
1111
interface stdout {
1212
@since(version = 0.2.0)
13-
use wasi:io/streams@0.2.10.{output-stream};
13+
use wasi:io/streams@0.2.11.{output-stream};
1414

1515
@since(version = 0.2.0)
1616
get-stdout: func() -> output-stream;
@@ -19,7 +19,7 @@ interface stdout {
1919
@since(version = 0.2.0)
2020
interface stderr {
2121
@since(version = 0.2.0)
22-
use wasi:io/streams@0.2.10.{output-stream};
22+
use wasi:io/streams@0.2.11.{output-stream};
2323

2424
@since(version = 0.2.0)
2525
get-stderr: func() -> output-stream;

proposals/clocks/imports.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<ul>
33
<li>Imports:
44
<ul>
5-
<li>interface <a href="#wasi_io_poll_0_2_10"><code>wasi:io/poll@0.2.10</code></a></li>
6-
<li>interface <a href="#wasi_clocks_monotonic_clock_0_2_10"><code>wasi:clocks/monotonic-clock@0.2.10</code></a></li>
7-
<li>interface <a href="#wasi_clocks_wall_clock_0_2_10"><code>wasi:clocks/wall-clock@0.2.10</code></a></li>
8-
<li>interface <a href="#wasi_clocks_timezone_0_2_10"><code>wasi:clocks/timezone@0.2.10</code></a></li>
5+
<li>interface <a href="#wasi_io_poll_0_2_11"><code>wasi:io/poll@0.2.11</code></a></li>
6+
<li>interface <a href="#wasi_clocks_monotonic_clock_0_2_11"><code>wasi:clocks/monotonic-clock@0.2.11</code></a></li>
7+
<li>interface <a href="#wasi_clocks_wall_clock_0_2_11"><code>wasi:clocks/wall-clock@0.2.11</code></a></li>
8+
<li>interface <a href="#wasi_clocks_timezone_0_2_11"><code>wasi:clocks/timezone@0.2.11</code></a></li>
99
</ul>
1010
</li>
1111
</ul>
12-
<h2><a id="wasi_io_poll_0_2_10"></a>Import interface wasi:io/poll@0.2.10</h2>
12+
<h2><a id="wasi_io_poll_0_2_11"></a>Import interface wasi:io/poll@0.2.11</h2>
1313
<p>A poll API intended to let users wait for I/O events on multiple handles
1414
at once.</p>
1515
<hr />
@@ -62,7 +62,7 @@ being ready for I/O.</p>
6262
<ul>
6363
<li><a id="poll.0"></a> list&lt;<code>u32</code>&gt;</li>
6464
</ul>
65-
<h2><a id="wasi_clocks_monotonic_clock_0_2_10"></a>Import interface wasi:clocks/monotonic-clock@0.2.10</h2>
65+
<h2><a id="wasi_clocks_monotonic_clock_0_2_11"></a>Import interface wasi:clocks/monotonic-clock@0.2.11</h2>
6666
<p>WASI Monotonic Clock is a clock API intended to let users measure elapsed
6767
time.</p>
6868
<p>It is intended to be portable at least between Unix-family platforms and
@@ -125,7 +125,7 @@ elapsed from the time this function is invoked.</p>
125125
<ul>
126126
<li><a id="subscribe_duration.0"></a> own&lt;<a href="#pollable"><a href="#pollable"><code>pollable</code></a></a>&gt;</li>
127127
</ul>
128-
<h2><a id="wasi_clocks_wall_clock_0_2_10"></a>Import interface wasi:clocks/wall-clock@0.2.10</h2>
128+
<h2><a id="wasi_clocks_wall_clock_0_2_11"></a>Import interface wasi:clocks/wall-clock@0.2.11</h2>
129129
<p>WASI Wall Clock is a clock API intended to let users query the current
130130
time. The name &quot;wall&quot; makes an analogy to a &quot;clock on the wall&quot;, which
131131
is not necessarily monotonic as it may be reset.</p>
@@ -166,7 +166,7 @@ also known as <a href="https://en.wikipedia.org/wiki/Unix_time">Unix Time</a>.</
166166
<ul>
167167
<li><a id="resolution.0"></a> <a href="#datetime"><a href="#datetime"><code>datetime</code></a></a></li>
168168
</ul>
169-
<h2><a id="wasi_clocks_timezone_0_2_10"></a>Import interface wasi:clocks/timezone@0.2.10</h2>
169+
<h2><a id="wasi_clocks_timezone_0_2_11"></a>Import interface wasi:clocks/timezone@0.2.11</h2>
170170
<hr />
171171
<h3>Types</h3>
172172
<h4><a id="datetime"></a><code>type datetime</code></h4>

proposals/clocks/wit/deps.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[io]
22
path = "../../io/wit"
3-
sha256 = "1e6d2cc337e5fa6ed6ecc4a346b6d6a8f625d6011e8f4ede8c87cf6915e6702f"
4-
sha512 = "8dc5337e205d71241ca9dd1d45c1317d0557f306532cf8dea2a722567fb0dbb357e67b730a140659063e9926039556dbae78694bad671b2d648b2f235f9bf1ad"
3+
sha256 = "3f63eef3de9c5b294b67c9f0cccb59bd6f9caca2e44cce543afad9d8ec053ade"
4+
sha512 = "c1069eb09abcf0979e61387f03cd9b6f0051557957484b0ed93f548aadae883e4dbc28d7b4fbf54c34c8fc0b8659a7099d68346eb3330f76b771627ac8e696f2"

proposals/clocks/wit/monotonic-clock.wit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package wasi:clocks@0.2.10;
1+
package wasi:clocks@0.2.11;
22
/// WASI Monotonic Clock is a clock API intended to let users measure elapsed
33
/// time.
44
///
@@ -10,7 +10,7 @@ package wasi:clocks@0.2.10;
1010
@since(version = 0.2.0)
1111
interface monotonic-clock {
1212
@since(version = 0.2.0)
13-
use wasi:io/poll@0.2.10.{pollable};
13+
use wasi:io/poll@0.2.11.{pollable};
1414

1515
/// An instant in time, in nanoseconds. An instant is relative to an
1616
/// unspecified initial value, and can only be compared to instances from

proposals/clocks/wit/timezone.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package wasi:clocks@0.2.10;
1+
package wasi:clocks@0.2.11;
22

33
@unstable(feature = clocks-timezone)
44
interface timezone {

0 commit comments

Comments
 (0)