forked from WebAssembly/WASI
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As discussed in WebAssembly#329 (comment), this change creates a landing page explaining roughly what you get in each of the documentation pages and moves the helpful links from the main README to this page.
- Loading branch information
1 parent
6e65cec
commit 5db774e
Showing
2 changed files
with
19 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Documentation | ||
|
||
WASI documentation includes: | ||
- [Overview](WASI-overview.md): provides an introduction to WASI and its history | ||
- [Goals](HighLevelGoals.md): a succinct list of WASI's design goals | ||
- [Design Principles](DesignPrinciples.md): discusses details on the principles of capability-based security, scope, | ||
POSIX/Web, etc. | ||
- [WITX](witx.md): an introduction to the WITX specification language | ||
- [Process](Process.md): describes how to move a WASI proposal in to the specification | ||
- [Proposals](Proposals.md): lists the current WASI proposals by phase | ||
|
||
Additionally, here are some links that may be helpful in understanding WASI: | ||
- The blog post introducing WASI: [Standardizing WASI: A system interface to run WebAssembly outside the web](https://hacks.mozilla.org/2019/03/standardizing-wasi-a-webassembly-system-interface/) | ||
- The [wasi.dev](https://wasi.dev) web site includes links to more information about WASI, including how to get started using it | ||
- This repository's [issue tracker](https://github.com/WebAssembly/WASI/issues) |