Skip to content

Commit 6ec7dc1

Browse files
authored
updated README version references to 0.2.1 and cleaned up the wit.toml (#615)
1 parent f922a15 commit 6ec7dc1

File tree

6 files changed

+11
-25
lines changed

6 files changed

+11
-25
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.0 |
24-
| [wasi-clocks] | 0.2.0 |
25-
| [wasi-random] | 0.2.0 |
26-
| [wasi-filesystem] | 0.2.0 |
27-
| [wasi-sockets] | 0.2.0 |
28-
| [wasi-cli] | 0.2.0 |
29-
| [wasi-http] | 0.2.0 |
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 |
3030

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

wasip2/cli/wit.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,3 @@ version = "0.2.1"
66
"wasi:filesystem" = { path = "../filesystem" }
77
"wasi:sockets" = { path = "../sockets" }
88
"wasi:random" = { path = "../random" }
9-
10-
[registries]
11-
default = "https://ghcr.io/webassembly"

wasip2/clocks/wit.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
version = "0.2.1"
22

33
[dependencies]
4-
"ricochet:io" = { path = "../io" }
5-
6-
[registries]
7-
default = "https://ghcr.io/"
4+
"wasi:io" = { path = "../io" }

wasip2/filesystem/wit.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,3 @@ version = "0.2.1"
33
[dependencies]
44
"wasi:io" = { path = "../io" }
55
"wasi:clocks" = { path = "../clocks" }
6-
7-
[registries]
8-
default = "https://ghcr.io/"

wasip2/http/wit.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
version = "0.2.1"
22

33
[dependencies]
4-
"wasi:cli" = { path = "../cli" }
5-
"wasi:random" = { path = "../random" }
64
"wasi:io" = { path = "../io" }
75
"wasi:clocks" = { path = "../clocks" }
8-
9-
# not used by http/proxy, but included to allow full contents of wasi-cli to validate
6+
"wasi:cli" = { path = "../cli" }
107
"wasi:filesystem" = { path = "../filesystem" }
8+
"wasi:random" = { path = "../random" }
119
"wasi:sockets" = { path = "../sockets" }
12-
13-
[registries]
14-
default = "https://ghcr.io/"

wasip2/sockets/wit.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
version = "0.2.1"
22

33
[dependencies]
4-
"wasi:clocks" = { path = "../clocks" }
54
"wasi:io" = { path = "../io" }
5+
"wasi:clocks" = { path = "../clocks" }

0 commit comments

Comments
 (0)