Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions imports.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<ul>
<li>Imports:
<ul>
<li>interface <a href="#wasi_io_error_0_2_6"><code>wasi:io/[email protected].6</code></a></li>
<li>interface <a href="#wasi_io_poll_0_2_6"><code>wasi:io/[email protected].6</code></a></li>
<li>interface <a href="#wasi_io_streams_0_2_6"><code>wasi:io/[email protected].6</code></a></li>
<li>interface <a href="#wasi_io_error_0_2_7"><code>wasi:io/[email protected].7</code></a></li>
<li>interface <a href="#wasi_io_poll_0_2_7"><code>wasi:io/[email protected].7</code></a></li>
<li>interface <a href="#wasi_io_streams_0_2_7"><code>wasi:io/[email protected].7</code></a></li>
</ul>
</li>
</ul>
<h2><a id="wasi_io_error_0_2_6"></a>Import interface wasi:io/[email protected].6</h2>
<h2><a id="wasi_io_error_0_2_7"></a>Import interface wasi:io/[email protected].7</h2>
<hr />
<h3>Types</h3>
<h4><a id="error"></a><code>resource error</code></h4>
Expand Down Expand Up @@ -41,7 +41,7 @@ hazard.</p>
<ul>
<li><a id="method_error_to_debug_string.0"></a> <code>string</code></li>
</ul>
<h2><a id="wasi_io_poll_0_2_6"></a>Import interface wasi:io/[email protected].6</h2>
<h2><a id="wasi_io_poll_0_2_7"></a>Import interface wasi:io/[email protected].7</h2>
<p>A poll API intended to let users wait for I/O events on multiple handles
at once.</p>
<hr />
Expand Down Expand Up @@ -94,7 +94,7 @@ being ready for I/O.</p>
<ul>
<li><a id="poll.0"></a> list&lt;<code>u32</code>&gt;</li>
</ul>
<h2><a id="wasi_io_streams_0_2_6"></a>Import interface wasi:io/[email protected].6</h2>
<h2><a id="wasi_io_streams_0_2_7"></a>Import interface wasi:io/[email protected].7</h2>
<p>WASI I/O is an I/O abstraction API which is currently focused on providing
stream types.</p>
<p>In the future, the component model is expected to add built-in stream types;
Expand Down
2 changes: 1 addition & 1 deletion wit/error.wit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package wasi:io@0.2.6;
package wasi:io@0.2.7;

@since(version = 0.2.0)
interface error {
Expand Down
2 changes: 1 addition & 1 deletion wit/poll.wit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package wasi:io@0.2.6;
package wasi:io@0.2.7;

/// A poll API intended to let users wait for I/O events on multiple handles
/// at once.
Expand Down
2 changes: 1 addition & 1 deletion wit/streams.wit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package wasi:io@0.2.6;
package wasi:io@0.2.7;

/// WASI I/O is an I/O abstraction API which is currently focused on providing
/// stream types.
Expand Down
2 changes: 1 addition & 1 deletion wit/world.wit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package wasi:io@0.2.6;
package wasi:io@0.2.7;

@since(version = 0.2.0)
world imports {
Expand Down