Skip to content

Commit 35ed368

Browse files
ericgregoryricochet
authored andcommitted
chore(docs): update WASI roadmap
Signed-off-by: Eric Gregory <eric@cosmonic.com>
1 parent 5922bde commit 35ed368

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

docs/roadmap.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,15 @@ Previous releases:
1717
| 0.2.2 | 2024-10-03 |
1818
| 0.2.3 | 2024-12-05 |
1919
| 0.2.4 | 2025-02-06 |
20-
21-
Future releases:
22-
23-
| WASI version | Date |
24-
|--------------|-------------|
2520
| 0.2.5 | 2025-04-03 |
2621

2722
The release train for WASI 0.2 will end following the release of WASI 0.3.0.
2823

2924
## Upcoming WASI 0.3 releases
3025

31-
WASI 0.3.0 is planning to release at the end of March 2025, adding **native async support** to the Component Model and refactoring WASI 0.2 interfaces to take advantage of native async.
26+
At this time, WASI 0.3.0 previews are expected in August 2025 and completion is expected around November 2025. Please see the [presentation](https://github.com/WebAssembly/meetings/blob/main/wasi/2025/presentations/2025-05-01%20WASI%200.3.0%20Update%20May.pdf) and [notes](https://github.com/WebAssembly/meetings/blob/main/wasi/2025/WASI-05-01.md) from the May 2025 WASI SG meeting for more information.
27+
28+
WASI 0.3.0 will add **native async support** to the Component Model and refactor WASI 0.2 interfaces to take advantage of native async.
3229

3330
Native async will enable any component-level function to be implemented and/or called asynchronously, with asynchrony implemented at the level of the [Canonical ABI](https://component-model.bytecodealliance.org/advanced/canonical-abi.html). This includes explicit `stream<T>` and `future<T>` types for use anywhere in function parameters and results.
3431

static/img/wasi-timeline.webp

12 Bytes
Loading

0 commit comments

Comments
 (0)