Skip to content

Commit ffcbc91

Browse files
committed
release: v0.2.3
1 parent d2dfccf commit ffcbc91

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: WebAssembly/wit-abi-up-to-date@v22
1515
with:
16-
wit-bindgen: '0.33.0'
16+
wit-bindgen: '0.36.0'

imports.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<ul>
33
<li>Imports:
44
<ul>
5-
<li>interface <a href="#wasi_io_error_0_2_2"><code>wasi:io/[email protected].2</code></a></li>
6-
<li>interface <a href="#wasi_io_poll_0_2_2"><code>wasi:io/[email protected].2</code></a></li>
7-
<li>interface <a href="#wasi_io_streams_0_2_2"><code>wasi:io/[email protected].2</code></a></li>
5+
<li>interface <a href="#wasi_io_error_0_2_3"><code>wasi:io/[email protected].3</code></a></li>
6+
<li>interface <a href="#wasi_io_poll_0_2_3"><code>wasi:io/[email protected].3</code></a></li>
7+
<li>interface <a href="#wasi_io_streams_0_2_3"><code>wasi:io/[email protected].3</code></a></li>
88
</ul>
99
</li>
1010
</ul>
11-
<h2><a id="wasi_io_error_0_2_2"></a>Import interface wasi:io/[email protected].2</h2>
11+
<h2><a id="wasi_io_error_0_2_3"></a>Import interface wasi:io/[email protected].3</h2>
1212
<hr />
1313
<h3>Types</h3>
1414
<h4><a id="error"></a><code>resource error</code></h4>
@@ -41,7 +41,7 @@ hazard.</p>
4141
<ul>
4242
<li><a id="method_error_to_debug_string.0"></a> <code>string</code></li>
4343
</ul>
44-
<h2><a id="wasi_io_poll_0_2_2"></a>Import interface wasi:io/[email protected].2</h2>
44+
<h2><a id="wasi_io_poll_0_2_3"></a>Import interface wasi:io/[email protected].3</h2>
4545
<p>A poll API intended to let users wait for I/O events on multiple handles
4646
at once.</p>
4747
<hr />
@@ -94,7 +94,7 @@ being ready for I/O.</p>
9494
<ul>
9595
<li><a id="poll.0"></a> list&lt;<code>u32</code>&gt;</li>
9696
</ul>
97-
<h2><a id="wasi_io_streams_0_2_2"></a>Import interface wasi:io/[email protected].2</h2>
97+
<h2><a id="wasi_io_streams_0_2_3"></a>Import interface wasi:io/[email protected].3</h2>
9898
<p>WASI I/O is an I/O abstraction API which is currently focused on providing
9999
stream types.</p>
100100
<p>In the future, the component model is expected to add built-in stream types;

wit/error.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package wasi:io@0.2.2;
1+
package wasi:io@0.2.3;
22

33
@since(version = 0.2.0)
44
interface error {

wit/poll.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package wasi:io@0.2.2;
1+
package wasi:io@0.2.3;
22

33
/// A poll API intended to let users wait for I/O events on multiple handles
44
/// at once.

wit/streams.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package wasi:io@0.2.2;
1+
package wasi:io@0.2.3;
22

33
/// WASI I/O is an I/O abstraction API which is currently focused on providing
44
/// stream types.

wit/world.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package wasi:io@0.2.2;
1+
package wasi:io@0.2.3;
22

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

0 commit comments

Comments
 (0)