The WebAssembly W3C Process documentation at https://github.com/WebAssembly/meetings/blob/master/process/phases.md describes the six phases (from 0 to 5) of the standardization process. The following list provides brief descriptions of each of these phases:
- Phase 0. Pre-Proposal: A WebAssembly Community Group (CG) member has an idea, and the CG votes on whether to move it to Phase 1.
- Phase 1. Feature Proposal: The pre-proposal process has succeeded and a repository is created in the WebAssembly organization on GitHub to document the feature.
- Phase 2. Proposed Spec Text Available: The full proposed spec text is available, possible implementations are prototyped, and a test suite is added.
- Phase 3. Implementation ...