From 32cd1700263789e00832b3b1bf1c9df6877b73b9 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 3 Jun 2019 20:45:29 -0700 Subject: [PATCH] Update docs to say "libc" rather than "sysroot" where applicable. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4a3fa2..8bd9ab0 100644 --- a/README.md +++ b/README.md @@ -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.