Skip to content

chore(docs): update WASI roadmap #47

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions docs/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,15 @@ Previous releases:
| 0.2.2 | 2024-10-03 |
| 0.2.3 | 2024-12-05 |
| 0.2.4 | 2025-02-06 |

Future releases:

| WASI version | Date |
|--------------|-------------|
| 0.2.5 | 2025-04-03 |

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

## Upcoming WASI 0.3 releases

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.
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.

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.

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.

Expand Down
Binary file modified static/img/wasi-timeline.webp
Binary file not shown.