List WebAssembly proposals
proposal_listList WebAssembly proposals from the proposals repository. Filter by status, phase, champion, or affected specification.
Instructions
List WebAssembly proposals and their phases from the pinned WebAssembly/proposals repository. Filter by status (phase-0…phase-5, finished, inactive), phase (0–5), champion substring, affects (finished proposals touching core / js-api / web-api), or contains (name/champion substring). Each row carries name, status, phase, champion, affected_specs, spec_version, and the proposal URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phase | No | Filter by numeric phase 0–5 (active + finished proposals carry a phase). | |
| status | No | Filter by lifecycle status: `phase-0`…`phase-5`, `finished` (merged into the spec), or `inactive`. | |
| affects | No | Filter to finished proposals affecting a given spec: `core`, `js-api`, or `web-api`. | |
| champion | No | Champion substring, case-insensitive. | |
| contains | No | Name or champion substring, case-insensitive. |