wasi-sysroot is now named wasi-libc. (#167)

This commit is contained in:
Dan Gohman
2019-05-31 01:15:52 -07:00
committed by Till Schneidereit
parent 825f1d764a
commit 61eb4738fe

View File

@@ -7,9 +7,9 @@ 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). 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 Additionally, a C header file describing the WASI API is
[here](https://github.com/CraneStation/wasi-sysroot/blob/wasi/libc-bottom-half/headers/public/wasi/core.h). [here](https://github.com/CraneStation/wasi-libc/blob/wasi/libc-bottom-half/headers/public/wasi/core.h).
The WASI libc repository is [wasi-sysroot](https://github.com/CraneStation/wasi-sysroot/). The WASI libc repository is [wasi-libc](https://github.com/CraneStation/wasi-libc/).
For some discussion of capability-based design, see the [Capabilities document](WASI-capabilities.md). For some discussion of capability-based design, see the [Capabilities document](WASI-capabilities.md).