From b6e5927aac493a8ca73c136bb8f8497fa5245fa6 Mon Sep 17 00:00:00 2001 From: Yosh Date: Wed, 26 Nov 2025 19:24:49 +0100 Subject: [PATCH] fix(docs): update link to WASI Proposals.md --- docs/src/transpiling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/transpiling.md b/docs/src/transpiling.md index 91cc4f003..5db973cef 100644 --- a/docs/src/transpiling.md +++ b/docs/src/transpiling.md @@ -243,7 +243,7 @@ These PRs can be implemented by extending the [default map configuration provide > `shimpkg` in the above refers to a published npm package implementation to install per JS ecosystem conventions. This way, polyfill packages can be published to npm. -Upstreaming into the [@bytecodealliance/preview2-shim](https://github.com/bytecodealliance/jco/tree/main/packages/preview2-shim) package is also possible for WASI proposals that have progressed to Phase 1 in the [WASI proposal stage process](https://github.com/WebAssembly/WASI/blob/main/Proposals.md). +Upstreaming into the [@bytecodealliance/preview2-shim](https://github.com/bytecodealliance/jco/tree/main/packages/preview2-shim) package is also possible for WASI proposals that have progressed to Phase 1 in the [WASI proposal stage process](https://github.com/WebAssembly/WASI/blob/main/docs/Proposals.md). ## Instantiation