Skip to content

Commit 32bb585

Browse files
authored
Merge pull request #50 from bytecodealliance/releases
chore: consolidates and expands version information
2 parents cd8a8fa + e7cce7b commit 32bb585

File tree

2 files changed

+11
-16
lines changed

2 files changed

+11
-16
lines changed

docs/interfaces.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ As you begin writing a Wasm application using WASI APIs, one of your first decis
1313

1414
* **Modules** can use APIs from WASI 0.1, an earlier stage of WASI's development. Since WASI 0.2 was released in February 2024, WASI 0.1 support is more widespread among Wasm runtimes, and it is widely used in production today.
1515

16+
## WASI 0.3
17+
18+
For more information on the forthcoming WASI 0.3 release, see the [Roadmap](roadmap.md).
19+
1620
## WASI 0.2
1721

1822
### Presentation
@@ -36,11 +40,14 @@ WASI 0.2 includes several patch releases:
3640

3741
| Version | Changelog |
3842
| ------------------------------------------------------------------ | --------- |
39-
| [0.2.2](https://github.com/WebAssembly/WASI/releases/tag/v0.2.2) | This release includes new WIT features for `@deprecated` feature gates and is excersied in the [wasi:http/proxy](https://github.com/WebAssembly/wasi-http/blob/main/wit/types.wit#L148-L158) world. For more information, see [component-model/WIT.md](https://github.com/WebAssembly/component-model/blob/main/design/mvp/WIT.md#feature-gates). |
43+
| [0.2.5](https://github.com/WebAssembly/WASI/releases/tag/v0.2.5) | This release includes minor documentation updates. |
44+
| [0.2.4](https://github.com/WebAssembly/WASI/releases/tag/v0.2.4) | This release adds `wasi-tls` in Phase 1. |
45+
| [0.2.3](https://github.com/WebAssembly/WASI/releases/tag/v0.2.3) | This release includes minor documentation updates. |
46+
| [0.2.2](https://github.com/WebAssembly/WASI/releases/tag/v0.2.2) | This release includes new WIT features for `@deprecated` feature gates and is exercised in the [wasi:http/proxy](https://github.com/WebAssembly/wasi-http/blob/main/wit/types.wit#L148-L158) world. For more information, see [component-model/WIT.md](https://github.com/WebAssembly/component-model/blob/main/design/mvp/WIT.md#feature-gates). |
4047
| [0.2.1](https://github.com/WebAssembly/WASI/releases/tag/v0.2.1) | This release includes new WIT features for `@since` and `@unstable` feature gates. For more information, see [component-model/WIT.md](https://github.com/WebAssembly/component-model/blob/main/design/mvp/WIT.md#feature-gates). |
4148
| [0.2.0](https://github.com/WebAssembly/WASI/releases/tag/v0.2.0) | This version officially launched with the vote in the WASI Subgroup January 24th, 2024. |
4249

43-
For more information on the release model for WASI 0.2, see the [Roadmap](roadmap.md).
50+
For more information on the release model for WASI, see the [Roadmap](roadmap.md).
4451

4552
## WASI 0.1
4653

docs/roadmap.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,9 @@ sidebar_position: 5
55

66
This roadmap is a living document representing projected timelines for WASI releases. Goals and projections are provisional and subject to revision.
77

8-
## WASI 0.2 releases
8+
## WASI Releases
99

10-
WASI 0.2 point releases occur every two months, on the first Thursday of that month, on a **release train model**—a regular cadence in which releases are published regardless of the enhancements and fixes that are "ready for the train." Point releases include smaller features and big fixes, while major features and breaking changes are generally reserved for major versions.
11-
12-
Previous releases:
13-
14-
| WASI version | Date |
15-
|--------------|-------------|
16-
| 0.2.1 | 2024-08-01 |
17-
| 0.2.2 | 2024-10-03 |
18-
| 0.2.3 | 2024-12-05 |
19-
| 0.2.4 | 2025-02-06 |
20-
| 0.2.5 | 2025-04-03 |
21-
22-
The release train for WASI 0.2 will end following the release of WASI 0.3.0.
10+
WASI point releases occur every two months, on the first Thursday of that month, on a **release train model**—a regular cadence in which releases are published regardless of the enhancements and fixes that are "ready for the train." Point releases include smaller features and big fixes, while major features and breaking changes are generally reserved for major versions.
2311

2412
## Upcoming WASI 0.3 releases
2513

0 commit comments

Comments
 (0)