Files
wasmtime/docs/WASI-documents.md
Tom Stuart dcafb574ec Fix broken link to WASI API documentation (#6775)
This file was moved in WebAssembly/WASI#510. Arguably its modern
replacement is `Proposals.md` [0] but that’s a different document; for
now, I’m just trying to keep the existing link working.

[0] https://github.com/WebAssembly/WASI/blob/main/Proposals.md
2023-07-26 14:09:33 +00:00

1.4 KiB

WASI Document Guide

To get started using WASI, see the intro document and the tutorial.

For more detail on what WASI is, see the overview.

For specifics on the API, see the API documentation. Additionally, a C header file describing the WASI API is here.

The WASI C/C++ SDK repository is wasi-sdk.

The WASI libc repository, used by wasi-sdk, is wasi-libc.

For some discussion of capability-based design, see the Capabilities document.

For some discussion of WASI's design inspiration, see the Background document.

For background on some of the design decisions in WASI, see the rationale.

For documentation of the exports required of programs using, see the application ABI.

For some ideas of things that we may want to change about WASI in the short term, see the possible changes document. For longer-term ideas, see the possible future features document.