Skip to content

Commit 61d72cb

Browse files
Update to v0.2.4 (#100)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0eeae03 commit 61d72cb

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

imports.md

+6-6
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_3"><code>wasi:io/error@0.2.3</code></a></li>
6-
<li>interface <a href="#wasi_io_poll_0_2_3"><code>wasi:io/poll@0.2.3</code></a></li>
7-
<li>interface <a href="#wasi_io_streams_0_2_3"><code>wasi:io/streams@0.2.3</code></a></li>
5+
<li>interface <a href="#wasi_io_error_0_2_4"><code>wasi:io/error@0.2.4</code></a></li>
6+
<li>interface <a href="#wasi_io_poll_0_2_4"><code>wasi:io/poll@0.2.4</code></a></li>
7+
<li>interface <a href="#wasi_io_streams_0_2_4"><code>wasi:io/streams@0.2.4</code></a></li>
88
</ul>
99
</li>
1010
</ul>
11-
<h2><a id="wasi_io_error_0_2_3"></a>Import interface wasi:io/error@0.2.3</h2>
11+
<h2><a id="wasi_io_error_0_2_4"></a>Import interface wasi:io/error@0.2.4</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_3"></a>Import interface wasi:io/poll@0.2.3</h2>
44+
<h2><a id="wasi_io_poll_0_2_4"></a>Import interface wasi:io/poll@0.2.4</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_3"></a>Import interface wasi:io/streams@0.2.3</h2>
97+
<h2><a id="wasi_io_streams_0_2_4"></a>Import interface wasi:io/streams@0.2.4</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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package wasi:io@0.2.3;
1+
package wasi:io@0.2.4;
22

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

wit/poll.wit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package wasi:io@0.2.3;
1+
package wasi:io@0.2.4;
22

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

wit/streams.wit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package wasi:io@0.2.3;
1+
package wasi:io@0.2.4;
22

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

wit/world.wit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package wasi:io@0.2.3;
1+
package wasi:io@0.2.4;
22

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

0 commit comments

Comments
 (0)