Skip to content

Commit 61eb473

Browse files
sunfishcodetschneidereit
authored andcommitted
wasi-sysroot is now named wasi-libc. (bytecodealliance#167)
1 parent 825f1d7 commit 61eb473

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/WASI-documents.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ For more detail on what WASI is, see [the overview](WASI-overview.md).
77

88
For specifics on the API, see the [API documentation](https://github.com/CraneStation/wasmtime/blob/master/docs/WASI-api.md).
99
Additionally, a C header file describing the WASI API is
10-
[here](https://github.com/CraneStation/wasi-sysroot/blob/wasi/libc-bottom-half/headers/public/wasi/core.h).
10+
[here](https://github.com/CraneStation/wasi-libc/blob/wasi/libc-bottom-half/headers/public/wasi/core.h).
1111

12-
The WASI libc repository is [wasi-sysroot](https://github.com/CraneStation/wasi-sysroot/).
12+
The WASI libc repository is [wasi-libc](https://github.com/CraneStation/wasi-libc/).
1313

1414
For some discussion of capability-based design, see the [Capabilities document](WASI-capabilities.md).
1515

0 commit comments

Comments
 (0)