Update WASI API C header file path (#717)

The [previous link][1] was 404ing.

[1]: https://github.com/CraneStation/wasi-libc/blob/master/libc-bottom-half/headers/public/wasi/core.h
This commit is contained in:
Jonathan Reyes
2019-12-16 11:18:13 -05:00
committed by Alex Crichton
parent 321a7a1a65
commit fe34c8e2e5

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/bytecodealliance/wasmtime/blob/master/docs/WASI-api.md). For specifics on the API, see the [API documentation](https://github.com/bytecodealliance/wasmtime/blob/master/docs/WASI-api.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/CraneStation/wasi-libc/blob/master/libc-bottom-half/headers/public/wasi/core.h). [here](https://github.com/CraneStation/wasi-libc/blob/master/libc-bottom-half/headers/public/wasi/api.h).
The WASI libc repository is [wasi-libc](https://github.com/CraneStation/wasi-libc/). The WASI libc repository is [wasi-libc](https://github.com/CraneStation/wasi-libc/).