Fix deadlink to WASI API header (#431)

Fix documentation link to wasi-libc headers
This commit is contained in:
YAMAMOTO Yuji
2019-10-17 18:21:44 +09:00
committed by Till Schneidereit
parent 872f6aa03d
commit d05561ff78

View File

@@ -7,7 +7,7 @@ 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/CraneStation/wasmtime/blob/master/docs/WASI-api.md).
Additionally, a C header file describing the WASI API is
[here](https://github.com/CraneStation/wasi-libc/blob/wasi/libc-bottom-half/headers/public/wasi/core.h).
[here](https://github.com/CraneStation/wasi-libc/blob/master/libc-bottom-half/headers/public/wasi/core.h).
The WASI libc repository is [wasi-libc](https://github.com/CraneStation/wasi-libc/).