Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add wasi-nn to proposals #329

Merged
merged 4 commits into from
Oct 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 14 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,25 @@
![WASI](WASI.png)

This repository is for the WebAssembly System Interface (WASI) Subgroup of the
[WebAssembly Community Group]. Its [Charter] describes the goals, scope and
deliverables of the group. The repository may contain meeting notes, reports,
documentation, specifications and/or software produced by the group (although
larger projects may also have their own repositories).
[WebAssembly Community Group]. It includes:
- [charter]: describes the goals, scope and deliverables of the group
- [docs]: learn more about WASI
- [meetings]: schedules and agendas for video conference and in-person meetings
- [phases]: the current WASI specifications
- [proposals]: the status of each new specification proposal

[charter]: Charter.md
[docs]: docs
[meetings]: meetings/README.md
[phases]: phases/README.md
[proposals]: docs/Proposals.md
[WebAssembly Community Group]: https://www.w3.org/community/webassembly/
[Charter]: Charter.md

We'll be adding more content here before long, but for now, check out these:
- https://hacks.mozilla.org/2019/03/standardizing-wasi-a-webassembly-system-interface/ - Blog post introducing WASI
- https://wasi.dev/ - Links to more information about WASI, including
how to get started using it.
- https://wasi.dev/ - Links to more information about WASI, including how to get started using it.
- https://github.com/WebAssembly/WASI/issues - This repo's issue tracker
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sunfishcode: I was thinking that these links may not be super-necessary to include on the front page; what do you think about creating a docs/README.md and moving them there? docs/README.md could also set a bit of context before directing users to the more specific pages (e.g. Design Principles, High-Level Goals).

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That sounds like a good idea to me. That way the main repo README.md can focus more on being a landing page to help people find what they're looking for, while docs/README.md can be more about talking about the different documents it links to.


The issue tracker is the place to ask questions, make suggestions, and start
discussions.
### Contributing

Schedules and agendas for video conference and in-person meetings are posted
[here](meetings/README.md).

API specification proposals are [here](phases/README.md).
The issue tracker is the place to ask questions, make suggestions, and start discussions.
18 changes: 10 additions & 8 deletions docs/Proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Proposals follow [this process document](https://github.com/WebAssembly/WASI/blo
| Proposal | Champion |
| ------------------------------------------------------------------------------ | -------------------------------------- |
| [Crypto][wasi-crypto] | Frank Denis and Daiki Ueno |
| [Machine Learning (wasi-nn)][wasi-nn] | Andrew Brown and Mingqiu Sun |

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

Expand All @@ -49,11 +50,12 @@ Proposals follow [this process document](https://github.com/WebAssembly/WASI/blo

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.

[wasi-io]: https://github.com/WebAssembly/WASI/phases
[filesystem]: https://github.com/WebAssembly/WASI/phases
[wasi-command-line]: https://github.com/WebAssembly/WASI/phases
[clocks]: https://github.com/WebAssembly/WASI/phases
[random]: https://github.com/WebAssembly/WASI/phases
[misc]: https://github.com/WebAssembly/WASI/phases
[wasi-crypto]: https://github.com/WebAssembly/WASI-crypto
[wasi-proxy-wasm]: https://github.com/WebAssembly/WASI
[wasi-clocks]: https://github.com/WebAssembly/wasi-clocks
[wasi-command-line]: https://github.com/WebAssembly/wasi-classic-command
[wasi-crypto]: https://github.com/WebAssembly/wasi-crypto
[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