File tree Expand file tree Collapse file tree 6 files changed +11
-25
lines changed Expand file tree Collapse file tree 6 files changed +11
-25
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 11version = " 0.2.1"
22
33[dependencies ]
4- "ricochet:io" = { path = " ../io" }
5-
6- [registries ]
7- default = " https://ghcr.io/"
4+ "wasi:io" = { path = " ../io" }
Original file line number Diff line number Diff 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/"
Original file line number Diff line number Diff line change 11version = " 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/"
Original file line number Diff line number Diff line change 11version = " 0.2.1"
22
33[dependencies ]
4- "wasi:clocks" = { path = " ../clocks" }
54"wasi:io" = { path = " ../io" }
5+ "wasi:clocks" = { path = " ../clocks" }
You can’t perform that action at this time.
0 commit comments