Skip to content

Commit

Permalink
Add proposal link to main page; re-organize content
Browse files Browse the repository at this point in the history
  • Loading branch information
abrown authored and sunfishcode committed Oct 14, 2020
1 parent a7927c1 commit a5b12ef
Showing 1 changed file with 14 additions and 13 deletions.
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

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.

0 comments on commit a5b12ef

Please sign in to comment.