From 418be9dfee4a523b1f29c199c08d8c19ddf5e440 Mon Sep 17 00:00:00 2001 From: Yosh <2467194+yoshuawuyts@users.noreply.github.com> Date: Thu, 27 Nov 2025 01:53:59 +0100 Subject: [PATCH] Update link to WASI Proposals.md (#4734) --- doc/stability_wasm_proposals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/stability_wasm_proposals.md b/doc/stability_wasm_proposals.md index c8b90d5e4..8ad057119 100644 --- a/doc/stability_wasm_proposals.md +++ b/doc/stability_wasm_proposals.md @@ -2,7 +2,7 @@ This document is intended to describe the current status of WebAssembly proposals and WASI proposals in WAMR. -Only track proposals that are followed in the [WebAssembly proposals](https://github.com/WebAssembly/proposals) and [WASI proposals](https://github.com/WebAssembly/WASI/blob/main/Proposals.md). +Only track proposals that are followed in the [WebAssembly proposals](https://github.com/WebAssembly/proposals) and [WASI proposals](https://github.com/WebAssembly/WASI/blob/main/docs/Proposals.md). Normally, the document tracks proposals that are in phase 4. However, if a proposal in an earlier phase receives support, it will be added to the list below.