|
| 1 | +# WASI proposals |
| 2 | + |
| 3 | +This page is under construction. The intent is to follow the CG's |
| 4 | +[proposals page], but adapted for [WASI]. Some of the proposals predate our |
| 5 | +adoption of this process and so don't fit exactly into the defined phases, |
| 6 | +however our intention is to align them going forward. |
| 7 | + |
| 8 | +[WASI]: https://github.com/WebAssembly/WASI |
| 9 | +[proposals page]: https://github.com/WebAssembly/proposals/blob/master/README.md |
| 10 | + |
| 11 | +## Active proposals |
| 12 | + |
| 13 | +Proposals follow [this process document](https://github.com/WebAssembly/WASI/blob/master/docs/Process.md). |
| 14 | + |
| 15 | +### Phase 4 - Standardize the Feature (WG) |
| 16 | + |
| 17 | +| Proposal | Champion | |
| 18 | +| ------------------------------------------------------------------------------ | -------------------------------------- | |
| 19 | + |
| 20 | +### Phase 3 - Implementation Phase (CG + WG) |
| 21 | + |
| 22 | +| Proposal | Champion | |
| 23 | +| ------------------------------------------------------------------------------ | -------------------------------------- | |
| 24 | + |
| 25 | +### Phase 2 - Proposed Spec Text Available (CG + WG) |
| 26 | + |
| 27 | +| Proposal | Champion | |
| 28 | +| ------------------------------------------------------------------------------ | -------------------------------------- | |
| 29 | +| [I/O][wasi-io] | Dan Gohman | |
| 30 | +| [Filesystem][wasi-filesystem] | Dan Gohman | |
| 31 | +| [Command-Line][wasi-command-line] | Dan Gohman | |
| 32 | +| [Clocks][wasi-clocks] | Dan Gohman | |
| 33 | +| [Random][wasi-random] | Dan Gohman | |
| 34 | +| [Misc][wasi-misc] | Dan Gohman | |
| 35 | + |
| 36 | +### Phase 1 - Feature Proposal (CG) |
| 37 | + |
| 38 | +| Proposal | Champion | |
| 39 | +| ------------------------------------------------------------------------------ | -------------------------------------- | |
| 40 | +| [Crypto][wasi-crypto] | Frank Denis and Daiki Ueno | |
| 41 | + |
| 42 | +### Phase 0 - Pre-Proposal (CG) |
| 43 | + |
| 44 | +| Proposal | Champion | |
| 45 | +| ------------------------------------------------------------------------------ | -------------------------------------- | |
| 46 | +| [proxy-wasm][wasi-proxy-wasm] | Piotr Sikora | |
| 47 | + |
| 48 | +### Contributing new proposals |
| 49 | + |
| 50 | +Please see [Contributing to WebAssembly](https://github.com/WebAssembly/WASI/blob/master/Contributing.md) for the most up-to-date information on contributing proposals to standard. |
| 51 | + |
| 52 | +[wasi-io]: https://github.com/WebAssembly/WASI/phases |
| 53 | +[filesystem]: https://github.com/WebAssembly/WASI/phases |
| 54 | +[wasi-command-line]: https://github.com/WebAssembly/WASI/phases |
| 55 | +[clocks]: https://github.com/WebAssembly/WASI/phases |
| 56 | +[random]: https://github.com/WebAssembly/WASI/phases |
| 57 | +[misc]: https://github.com/WebAssembly/WASI/phases |
| 58 | +[wasi-crypto]: https://github.com/WebAssembly/WASI-crypto |
| 59 | +[wasi-proxy-wasm]: https://github.com/WebAssembly/WASI |
0 commit comments