diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ string, environment variables, program startup, and many other APIs. `wasi-libc` is sufficiently stable and usable for many purposes, as most of the POSIX-compatible APIs are stable, though it is continuing to evolve to better align with wasm and WASI. For example, pthread support is experimentally -provided via the [wasi-threads] proposal.` +provided via the [wasi-threads] proposal. [wasi-threads]: https://github.com/WebAssembly/wasi-threads @@ -59,5 +59,5 @@ For Arch Linux users, there's an official [wasi-libc] package tracking this Git repository. You might want to install other [WASI related packages] as well. [wasi-sdk]: https://github.com/WebAssembly/wasi-sdk -[wasi-libc]: https://archlinux.org/packages/community/any/wasi-libc/ +[wasi-libc]: https://archlinux.org/packages/extra/any/wasi-libc/ [WASI related packages]: https://archlinux.org/packages/?q=wasi- |