From 5949aee5cd46573f731a581c698b57b960352369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Soumar=C3=A9?= Date: Tue, 27 Jan 2026 14:37:20 +0100 Subject: [PATCH] Fix link to WASI 0.2.0 WIT definitions Updated the link for WASI 0.2.0 WIT definitions to point to the correct documentation. --- component-model/src/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component-model/src/introduction.md b/component-model/src/introduction.md index 3dad3d73..1713fe42 100644 --- a/component-model/src/introduction.md +++ b/component-model/src/introduction.md @@ -82,7 +82,7 @@ A system or platform may expose some or all of the WASI APIs to components. The current stable release of WASI is [WASI 0.2.0](https://github.com/WebAssembly/WASI/pull/577), which was released on January 25, 2024. -WASI 0.2.0 is [a stable set of WIT definitions](https://github.com/WebAssembly/WASI/tree/main/wasip2) +WASI 0.2.0 is [a stable set of WIT definitions](https://github.com/WebAssembly/WASI/blob/main/docs/Preview2.md) that components can target. WASI proposals will continue to evolve and new ones will be introduced; however, users of the component model can now pin to any stable release >= `v0.2.0`.