Commit bf10349
committed
fix(wit): correct wasi 0.2.3 dependencies
WASI 0.2.3 has 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]:
- 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 bf10349
1 file changed
+14
-2
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 | | |
| |||
267 | 269 | | |
268 | 270 | | |
269 | 271 | | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
270 | 276 | | |
271 | 277 | | |
272 | 278 | | |
| |||
279 | 285 | | |
280 | 286 | | |
281 | 287 | | |
282 | | - | |
283 | | - | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
284 | 296 | | |
285 | 297 | | |
286 | 298 | | |
| |||
0 commit comments