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 " ><code >wasi:io/error</code ></a ></li >
6
- <li >interface <a href =" #wasi:io_poll " ><code >wasi:io/poll</code ></a ></li >
7
- <li >interface <a href =" #wasi:io_streams " ><code >wasi:io/streams</code ></a ></li >
5
+ <li >interface <a href =" #wasi:io_error_0.2.0_rc_2023_11_10 " ><code >wasi:io/error@0.2.0-rc-2023-11-10 </code ></a ></li >
6
+ <li >interface <a href =" #wasi:io_poll_0.2.0_rc_2023_11_10 " ><code >wasi:io/poll@0.2.0-rc-2023-11-10 </code ></a ></li >
7
+ <li >interface <a href =" #wasi:io_streams_0.2.0_rc_2023_11_10 " ><code >wasi:io/streams@0.2.0-rc-2023-11-10 </code ></a ></li >
8
8
</ul >
9
9
</li >
10
10
</ul >
11
- <h2 ><a name =" wasi:io_error " >Import interface wasi:io/error</a ></h2 >
11
+ <h2 ><a name =" wasi:io_error_0.2.0_rc_2023_11_10 " >Import interface wasi:io/error@0.2.0-rc-2023-11-10 </a ></h2 >
12
12
<hr />
13
13
<h3 >Types</h3 >
14
14
<h4 ><a name =" error " ><code >resource error</code ></a ></h4 >
@@ -29,7 +29,7 @@ hazard.</p>
29
29
<ul >
30
30
<li ><a name =" method_error.to_debug_string.0 " ></a > <code >string</code ></li >
31
31
</ul >
32
- <h2 ><a name =" wasi:io_poll " >Import interface wasi:io/poll</a ></h2 >
32
+ <h2 ><a name =" wasi:io_poll_0.2.0_rc_2023_11_10 " >Import interface wasi:io/poll@0.2.0-rc-2023-11-10 </a ></h2 >
33
33
<p >A poll API intended to let users wait for I/O events on multiple handles
34
34
at once.</p >
35
35
<hr />
@@ -79,7 +79,7 @@ being reaedy for I/O.</p>
79
79
<ul >
80
80
<li ><a name =" poll.0 " ></a > list< ; <code >u32</code >> ; </li >
81
81
</ul >
82
- <h2 ><a name =" wasi:io_streams " >Import interface wasi:io/streams</a ></h2 >
82
+ <h2 ><a name =" wasi:io_streams_0.2.0_rc_2023_11_10 " >Import interface wasi:io/streams@0.2.0-rc-2023-11-10 </a ></h2 >
83
83
<p >WASI I/O is an I/O abstraction API which is currently focused on providing
84
84
stream types.</p >
85
85
<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 ;
1
+ package wasi : io @ 0.2.0-rc-2023-11-10 ;
2
2
3
3
4
4
interface error {
Original file line number Diff line number Diff line change 1
- package wasi : io ;
1
+ package wasi : io @ 0.2.0-rc-2023-11-10 ;
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 ;
1
+ package wasi : io @ 0.2.0-rc-2023-11-10 ;
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 ;
1
+ package wasi : io @ 0.2.0-rc-2023-11-10 ;
2
2
3
3
world imports {
4
4
import streams ;
You can’t perform that action at this time.
0 commit comments