Skip to content

Commit

Permalink
Update proposals with wasi-data, wasi-http, and wasi-parallel (WebAss…
Browse files Browse the repository at this point in the history
  • Loading branch information
linclark authored Sep 13, 2021
1 parent 5ab83a6 commit 41d8c27
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/Proposals.md
Original file line number Diff line number Diff line change
@@ -40,12 +40,15 @@ Proposals follow [this process document](https://github.com/WebAssembly/WASI/blo
| Proposal | Champion |
| ------------------------------------------------------------------------------ | -------------------------------------- |
| [Crypto][wasi-crypto] | Frank Denis and Daiki Ueno |
| [HTTP][wasi-http] | Piotr Sikora |
| [Parallel][wasi-parallel] | Andrew Brown |

### Phase 0 - Pre-Proposal (CG)

| Proposal | Champion |
| ------------------------------------------------------------------------------ | -------------------------------------- |
| [proxy-wasm][wasi-proxy-wasm] | Piotr Sikora |
| [Data][wasi-data] | Bailey Hayes |
| [proxy-wasm][wasi-proxy-wasm] (will advance as multiple, smaller proposals) | Piotr Sikora |

### Contributing new proposals

@@ -54,11 +57,14 @@ Please see [Contributing to WebAssembly](https://github.com/WebAssembly/WASI/blo
[wasi-clocks]: https://github.com/WebAssembly/wasi-clocks
[wasi-classic-command]: https://github.com/WebAssembly/wasi-classic-command
[wasi-crypto]: https://github.com/WebAssembly/wasi-crypto
[wasi-data]: https://github.com/singlestore-labs/wasi-data/blob/main/proposals/wasi-data/Explainer.md
[wasi-filesystem]: https://github.com/WebAssembly/wasi-filesystem
[wasi-io]: https://github.com/WebAssembly/wasi-io
[wasi-misc]: https://github.com/WebAssembly/wasi-misc
[wasi-nn]: https://github.com/WebAssembly/wasi-nn
[wasi-proxy-wasm]: https://github.com/proxy-wasm/spec
[wasi-random]: https://github.com/WebAssembly/wasi-random
[wasi-handle-index]: https://github.com/WebAssembly/wasi-handle-index
[wasi-http]: https://github.com/WebAssembly/wasi-http
[wasi-parallel]: https://github.com/WebAssembly/wasi-parallel
[wasi-poll]: https://github.com/WebAssembly/wasi-poll

0 comments on commit 41d8c27

Please sign in to comment.