File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2
2
<ul >
3
3
<li >Imports:
4
4
<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 >
8
8
</ul >
9
9
</li >
10
10
</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 >
12
12
<hr />
13
13
<h3 >Types</h3 >
14
14
<h4 ><a id =" error " ></a ><code >resource error</code ></h4 >
@@ -41,7 +41,7 @@ hazard.</p>
41
41
<ul >
42
42
<li ><a id =" method_error_to_debug_string.0 " ></a > <code >string</code ></li >
43
43
</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 >
45
45
<p >A poll API intended to let users wait for I/O events on multiple handles
46
46
at once.</p >
47
47
<hr />
@@ -94,7 +94,7 @@ being ready for I/O.</p>
94
94
<ul >
95
95
<li ><a id =" poll.0 " ></a > list< ; <code >u32</code >> ; </li >
96
96
</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 >
98
98
<p >WASI I/O is an I/O abstraction API which is currently focused on providing
99
99
stream types.</p >
100
100
<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.3 ;
1
+ package wasi : io @ 0.2.4 ;
2
2
3
3
@since(version = 0.2.0)
4
4
interface error {
Original file line number Diff line number Diff line change 1
- package wasi : io @ 0.2.3 ;
1
+ package wasi : io @ 0.2.4 ;
2
2
3
3
/// A poll API intended to let users wait for I/O events on multiple handles
4
4
/// at once.
Original file line number Diff line number Diff line change 1
- package wasi : io @ 0.2.3 ;
1
+ package wasi : io @ 0.2.4 ;
2
2
3
3
/// WASI I/O is an I/O abstraction API which is currently focused on providing
4
4
/// stream types.
Original file line number Diff line number Diff line change 1
- package wasi : io @ 0.2.3 ;
1
+ package wasi : io @ 0.2.4 ;
2
2
3
3
@since(version = 0.2.0)
4
4
world imports {
You can’t perform that action at this time.
0 commit comments