• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

DesignPrinciples.mdH A D18-Feb-202114.7 KiB292243

HighLevelGoals.mdH A D18-Feb-20211.4 KiB2622

Process.mdH A D18-Feb-20211.9 KiB3827

Proposals.mdH A D18-Feb-20214 KiB6547

README.mdH A D18-Feb-20211 KiB1513

WASI-overview.mdH A D18-Feb-20217 KiB148123

witx.mdH A D18-Feb-20211.7 KiB3125

README.md

1# Documentation
2
3WASI documentation includes:
4 - [Overview](WASI-overview.md): provides an introduction to WASI and its history
5 - [Goals](HighLevelGoals.md): a succinct list of WASI's design goals
6 - [Design Principles](DesignPrinciples.md): discusses details on the principles of capability-based security, scope,
7 POSIX/Web, etc.
8 - [WITX](witx.md): an introduction to the WITX specification language
9 - [Process](Process.md): describes how to move a WASI proposal in to the specification
10 - [Proposals](Proposals.md): lists the current WASI proposals by phase
11
12Additionally, here are some links that may be helpful in understanding WASI:
13 - 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/)
14 - The [wasi.dev](https://wasi.dev) web site includes links to more information about WASI, including how to get started using it
15 - This repository's [issue tracker](https://github.com/WebAssembly/WASI/issues)