]> git.proxmox.com Git - wasi-libc.git/blobdiff - README.md
Add braces to `if` statements whose bodies have multiple statements.
[wasi-libc.git] / README.md
index f2ac16bb5261ae8be158912ad0ec3c6f666f6c9f..30682951f15e1f6e793c08988c812761eeb769ec 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,7 +7,8 @@ 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.
+align with wasm and WASI. For example, pthread support is still a work in
+progress.
 
 ## Usage