]> git.proxmox.com Git - wasi-libc.git/blobdiff - README.md
Update README and add CI-tests for minimal supported LLVM-version (10) (#302)
[wasi-libc.git] / README.md
index 0b9b99e8ea38f4414342c2a45dc0c925d7b720bb..f2ac16bb5261ae8be158912ad0ec3c6f666f6c9f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ build of WASI Libc in its sysroot.
 ## Building from source
 
 To build a WASI sysroot from source, obtain a WebAssembly-supporting C compiler
-(currently this is only clang 8+, though we'd like to support other compilers as well),
+(currently this is only clang 10+, though we'd like to support other compilers as well),
 and then run:
 
 ```sh