Skip to content

Commit 8777909

Browse files
authored
release(wasip2): v0.2.2 (#621)
Signed-off-by: Bailey Hayes <[email protected]>
1 parent 4feaf73 commit 8777909

40 files changed

+123
-145
lines changed

wasip2/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ WASI Preview 2 contains the following APIs:
2020

2121
| Proposal | Versions |
2222
| ------------------ | -------- |
23-
| [wasi-io] | 0.2.1 |
24-
| [wasi-clocks] | 0.2.1 |
25-
| [wasi-random] | 0.2.1 |
26-
| [wasi-filesystem] | 0.2.1 |
27-
| [wasi-sockets] | 0.2.1 |
28-
| [wasi-cli] | 0.2.1 |
29-
| [wasi-http] | 0.2.1 |
23+
| [wasi-io] | 0.2.2 |
24+
| [wasi-clocks] | 0.2.2 |
25+
| [wasi-random] | 0.2.2 |
26+
| [wasi-filesystem] | 0.2.2 |
27+
| [wasi-sockets] | 0.2.2 |
28+
| [wasi-cli] | 0.2.2 |
29+
| [wasi-http] | 0.2.2 |
3030

3131
[wasi-io]: https://github.com/WebAssembly/wasi-io
3232
[wasi-clocks]: https://github.com/WebAssembly/wasi-clocks

wasip2/cli/command.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package wasi:cli@0.2.1;
1+
package wasi:cli@0.2.2;
22

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

wasip2/cli/imports.wit

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
package wasi:cli@0.2.1;
1+
package wasi:cli@0.2.2;
22

33
@since(version = 0.2.0)
44
world imports {
55
@since(version = 0.2.0)
6-
include wasi:clocks/imports@0.2.1;
6+
include wasi:clocks/imports@0.2.2;
77
@since(version = 0.2.0)
8-
include wasi:filesystem/imports@0.2.1;
8+
include wasi:filesystem/imports@0.2.2;
99
@since(version = 0.2.0)
10-
include wasi:sockets/imports@0.2.1;
10+
include wasi:sockets/imports@0.2.2;
1111
@since(version = 0.2.0)
12-
include wasi:random/imports@0.2.1;
12+
include wasi:random/imports@0.2.2;
1313
@since(version = 0.2.0)
14-
include wasi:io/imports@0.2.1;
14+
include wasi:io/imports@0.2.2;
1515

1616
@since(version = 0.2.0)
1717
import environment;

wasip2/cli/stdio.wit

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@since(version = 0.2.0)
22
interface stdin {
33
@since(version = 0.2.0)
4-
use wasi:io/streams@0.2.1.{input-stream};
4+
use wasi:io/streams@0.2.2.{input-stream};
55

66
@since(version = 0.2.0)
77
get-stdin: func() -> input-stream;
@@ -10,7 +10,7 @@ interface stdin {
1010
@since(version = 0.2.0)
1111
interface stdout {
1212
@since(version = 0.2.0)
13-
use wasi:io/streams@0.2.1.{output-stream};
13+
use wasi:io/streams@0.2.2.{output-stream};
1414

1515
@since(version = 0.2.0)
1616
get-stdout: func() -> output-stream;
@@ -19,7 +19,7 @@ interface stdout {
1919
@since(version = 0.2.0)
2020
interface stderr {
2121
@since(version = 0.2.0)
22-
use wasi:io/streams@0.2.1.{output-stream};
22+
use wasi:io/streams@0.2.2.{output-stream};
2323

2424
@since(version = 0.2.0)
2525
get-stderr: func() -> output-stream;

wasip2/cli/wit.lock

Lines changed: 0 additions & 3 deletions
This file was deleted.

wasip2/cli/wit.toml

Lines changed: 0 additions & 8 deletions
This file was deleted.

wasip2/clocks/monotonic-clock.wit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package wasi:clocks@0.2.1;
1+
package wasi:clocks@0.2.2;
22
/// WASI Monotonic Clock is a clock API intended to let users measure elapsed
33
/// time.
44
///
@@ -10,7 +10,7 @@ package wasi:[email protected];
1010
@since(version = 0.2.0)
1111
interface monotonic-clock {
1212
@since(version = 0.2.0)
13-
use wasi:io/poll@0.2.1.{pollable};
13+
use wasi:io/poll@0.2.2.{pollable};
1414

1515
/// An instant in time, in nanoseconds. An instant is relative to an
1616
/// unspecified initial value, and can only be compared to instances from

wasip2/clocks/timezone.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package wasi:clocks@0.2.1;
1+
package wasi:clocks@0.2.2;
22

33
@unstable(feature = clocks-timezone)
44
interface timezone {

wasip2/clocks/wall-clock.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package wasi:clocks@0.2.1;
1+
package wasi:clocks@0.2.2;
22
/// WASI Wall Clock is a clock API intended to let users query the current
33
/// time. The name "wall" makes an analogy to a "clock on the wall", which
44
/// is not necessarily monotonic as it may be reset.

wasip2/clocks/wit.lock

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)