fix(docs): broken link wasi application-abi (#4459)

Signed-off-by: Frank Yang <yangpoan@gmail.com>
This commit is contained in:
Frank Yang
2022-07-17 00:38:02 +08:00
committed by GitHub
parent 439f566f3f
commit 791af15413

View File

@@ -20,7 +20,7 @@ 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 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 For documentation of the exports required of programs using, see
[the application ABI](https://github.com/WebAssembly/WASI/blob/master/design/application-abi.md). [the application ABI](https://github.com/WebAssembly/WASI/blob/main/legacy/application-abi.md).
For some ideas of things that we may want to change about WASI in the 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. short term, see the [possible changes](WASI-some-possible-changes.md) document.