From 5d486725c84c4bb956284b8aa43b94c839b54b18 Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Fri, 23 Jan 2026 10:28:59 +0100 Subject: [PATCH 1/2] Fix broken WASI 0.1 links The WASI 0.1 docs were migrated as part of https://github.com/WebAssembly/WASI/pull/855 --- docs/interfaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/interfaces.md b/docs/interfaces.md index c687e7f..dea848d 100644 --- a/docs/interfaces.md +++ b/docs/interfaces.md @@ -66,7 +66,7 @@ For more information on the release model for WASI, see the [Roadmap](roadmap.md ## WASI 0.1 -WASI P1 APIs were defined with WITX Interface Description Language (IDL), which was an iterative step toward WIT but bears notable differences, including that it was developed as a lower-level derivation of WebAssembly Text Format (a human-readable source format for Wasm modules). Documentation for WASI 0.1 and WITX can be found in the [`legacy` directory of the WASI GitHub repository](https://github.com/WebAssembly/WASI/blob/main/legacy/README.md), along with a [complete list of 0.1 types and modules](https://github.com/WebAssembly/WASI/blob/main/legacy/preview1/docs.md). +WASI P1 APIs were defined with WITX Interface Description Language (IDL), which was an iterative step toward WIT but bears notable differences, including that it was developed as a lower-level derivation of WebAssembly Text Format (a human-readable source format for Wasm modules). Documentation for WASI 0.1 and WITX can be found on the [`wasi-0.1` branch of the WASI GitHub repository](https://github.com/WebAssembly/WASI/tree/wasi-0.1), along with a [complete list of 0.1 types and modules](https://github.com/WebAssembly/WASI/blob/wasi-0.1/preview1/docs.md). ## Proposals for the standard From ff3ff916beaeef518418214b5bf62677be7fbdfa Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Fri, 23 Jan 2026 10:35:35 +0100 Subject: [PATCH 2/2] Fix more broken WASI 0.1 links --- docs/resources.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/resources.md b/docs/resources.md index 5d4c855..f2c9da4 100644 --- a/docs/resources.md +++ b/docs/resources.md @@ -18,8 +18,8 @@ The following resources are helpful for those wishing to learn more about WASI a ## WASI 0.1 -* **[WASI 0.1 legacy documentation](https://github.com/WebAssembly/WASI/blob/main/legacy/README.md)** -* **[WASI 0.1 types and modules](https://github.com/WebAssembly/WASI/blob/main/legacy/preview1/docs.md)** +* **[WASI 0.1 legacy documentation](https://github.com/WebAssembly/WASI/tree/wasi-0.1)** +* **[WASI 0.1 types and modules](https://github.com/WebAssembly/WASI/blob/wasi-0.1/preview1/docs.md)** ## WebAssembly