Browse Source

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
pull/6782/head
Tom Stuart 1 year ago
committed by GitHub
parent
commit
dcafb574ec
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/WASI-documents.md

2
docs/WASI-documents.md

@ -5,7 +5,7 @@ To get started using WASI, see [the intro document](WASI-intro.md) and
For more detail on what WASI is, see [the overview](WASI-overview.md). For more detail on what WASI is, see [the overview](WASI-overview.md).
For specifics on the API, see the [API documentation](https://github.com/WebAssembly/WASI/blob/master/phases/snapshot/docs.md). For specifics on the API, see the [API documentation](https://github.com/WebAssembly/WASI/blob/main/legacy/preview1/docs.md).
Additionally, a C header file describing the WASI API is Additionally, a C header file describing the WASI API is
[here](https://github.com/WebAssembly/wasi-libc/blob/master/libc-bottom-half/headers/public/wasi/api.h). [here](https://github.com/WebAssembly/wasi-libc/blob/master/libc-bottom-half/headers/public/wasi/api.h).

Loading…
Cancel
Save