Commit 12fbca4
committed
fix(wit): correct wasi 0.2.3 dependencies
WASI 0.2.3 interfaces have different dependency structure than 0.2.0:
wasi:[email protected]:
- monotonic-clock uses wasi:io/[email protected] for pollable
- Added missing dep on @wasi_io//:streams
wasi:[email protected]:
- tcp/udp use wasi:io/streams, wasi:io/poll, wasi:clocks/monotonic-clock
- Added missing dep on @wasi_clocks//:clocks
wasi:[email protected]:
- proxy world imports cli/stdout, cli/stderr, cli/stdin, random/random
- types interface uses io/streams, io/error, io/poll, clocks/monotonic-clock
- Added missing deps on @wasi_cli//:cli and @wasi_random//:random
- Fixed interface names to match actual WIT definitions1 parent f034afb commit 12fbca4
1 file changed
+16
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| 192 | + | |
192 | 193 | | |
193 | 194 | | |
194 | 195 | | |
| |||
202 | 203 | | |
203 | 204 | | |
204 | 205 | | |
| 206 | + | |
205 | 207 | | |
206 | 208 | | |
207 | 209 | | |
| |||
228 | 230 | | |
229 | 231 | | |
230 | 232 | | |
| 233 | + | |
231 | 234 | | |
232 | 235 | | |
233 | 236 | | |
| |||
241 | 244 | | |
242 | 245 | | |
243 | 246 | | |
244 | | - | |
| 247 | + | |
245 | 248 | | |
246 | 249 | | |
247 | 250 | | |
| |||
267 | 270 | | |
268 | 271 | | |
269 | 272 | | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
270 | 277 | | |
271 | 278 | | |
272 | 279 | | |
| |||
279 | 286 | | |
280 | 287 | | |
281 | 288 | | |
282 | | - | |
283 | | - | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
284 | 297 | | |
285 | 298 | | |
286 | 299 | | |
| |||
0 commit comments