Skip to content

Commit

Permalink
Fix the link to WASI's phase process. (WebAssembly#622)
Browse files Browse the repository at this point in the history
WASI follows its own phase process, which is based on the Wasm CG's
phase process, rather than using the Wasm CG's phase process directly.
  • Loading branch information
sunfishcode authored Oct 16, 2024
1 parent 8777909 commit 77435e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Proposals.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# WASI proposals

WASI APIs are developed as proposals. These proposals go through 5 phases of development (following the [WebAssembly CG's Phase Process]).
WASI APIs are developed as proposals. These proposals go through 5 phases of development (following [the WASI Subgroup's Phase Process]).

You can learn more about contributing new proposals (and other ways to contribute) in our [Contributing] guide.

[WebAssembly CG's Phase Process]: https://github.com/WebAssembly/meetings/blob/main/process/phases.md
[the WASI Subgroup's Phase Process]: https://github.com/WebAssembly/WASI/blob/main/Contributing.md#the-phase-process
[Contributing]: https://github.com/WebAssembly/WASI/blob/main/Contributing.md

## Active Proposals
Expand Down

0 comments on commit 77435e2

Please sign in to comment.