Update docs to say "libc" rather than "sysroot" where applicable.

This commit is contained in:
Dan Gohman 2019-06-03 20:45:29 -07:00
parent b7ae2fe33b
commit 32cd170026

View File

@ -7,7 +7,7 @@ aren't stable yet.
It's several things.
First, it's a usable libc. It builds a "sysroot" which can be pointed to by
First, it's a usable libc. It builds a "libc" which can be used by
compilers, such as Clang 8.0, using the wasm32-wasi target. It's a work in
progress, but it is already sufficient to run basic programs.