From cfe5c4b8e87c7e9db8e68893ad920996e15a042b Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 21 Apr 2020 07:10:52 -0700 Subject: [PATCH] Add a documentation link to the official application-abi.md document. (#1562) --- docs/WASI-documents.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/WASI-documents.md b/docs/WASI-documents.md index aa6d0a41b4..089f4a1d36 100644 --- a/docs/WASI-documents.md +++ b/docs/WASI-documents.md @@ -19,6 +19,9 @@ 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](WASI-rationale.md). +For documentation of the exports required of programs using, see +[the application ABI](https://github.com/WebAssembly/WASI/blob/master/design/application-abi.md). + For some ideas of things that we may want to change about WASI in the short term, see the [possible changes](WASI-some-possible-changes.md) document. For longer-term ideas, see the [possible future features](WASI-possible-future-features.md)