This repository was archived by the owner on Nov 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22<ul >
33<li >Imports:
44<ul >
5- <li >interface <a href =" #wasi_io_error_0_2_6 " ><code >wasi:io/error@0.2.6 </code ></a ></li >
6- <li >interface <a href =" #wasi_io_poll_0_2_6 " ><code >wasi:io/poll@0.2.6 </code ></a ></li >
7- <li >interface <a href =" #wasi_io_streams_0_2_6 " ><code >wasi:io/streams@0.2.6 </code ></a ></li >
5+ <li >interface <a href =" #wasi_io_error_0_2_7 " ><code >wasi:io/error@0.2.7 </code ></a ></li >
6+ <li >interface <a href =" #wasi_io_poll_0_2_7 " ><code >wasi:io/poll@0.2.7 </code ></a ></li >
7+ <li >interface <a href =" #wasi_io_streams_0_2_7 " ><code >wasi:io/streams@0.2.7 </code ></a ></li >
88</ul >
99</li >
1010</ul >
11- <h2 ><a id =" wasi_io_error_0_2_6 " ></a >Import interface wasi:io/error@0.2.6 </h2 >
11+ <h2 ><a id =" wasi_io_error_0_2_7 " ></a >Import interface wasi:io/error@0.2.7 </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_6 " ></a >Import interface wasi:io/poll@0.2.6 </h2 >
44+ <h2 ><a id =" wasi_io_poll_0_2_7 " ></a >Import interface wasi:io/poll@0.2.7 </h2 >
4545<p >A poll API intended to let users wait for I/O events on multiple handles
4646at once.</p >
4747<hr />
@@ -94,7 +94,7 @@ being ready for I/O.</p>
9494<ul >
9595<li ><a id =" poll.0 " ></a > list< ; <code >u32</code >> ; </li >
9696</ul >
97- <h2 ><a id =" wasi_io_streams_0_2_6 " ></a >Import interface wasi:io/streams@0.2.6 </h2 >
97+ <h2 ><a id =" wasi_io_streams_0_2_7 " ></a >Import interface wasi:io/streams@0.2.7 </h2 >
9898<p >WASI I/O is an I/O abstraction API which is currently focused on providing
9999stream types.</p >
100100<p >In the future, the component model is expected to add built-in stream types;
Original file line number Diff line number Diff line change 1- package wasi : io @ 0.2.6 ;
1+ package wasi : io @ 0.2.7 ;
22
33@since (version = 0.2.0 )
44interface error {
Original file line number Diff line number Diff line change 1- package wasi : io @ 0.2.6 ;
1+ package wasi : io @ 0.2.7 ;
22
33/// A poll API intended to let users wait for I/O events on multiple handles
44/// at once.
Original file line number Diff line number Diff line change 1- package wasi : io @ 0.2.6 ;
1+ package wasi : io @ 0.2.7 ;
22
33/// WASI I/O is an I/O abstraction API which is currently focused on providing
44/// stream types.
Original file line number Diff line number Diff line change 1- package wasi : io @ 0.2.6 ;
1+ package wasi : io @ 0.2.7 ;
22
33@since (version = 0.2.0 )
44world imports {
You can’t perform that action at this time.
0 commit comments