Hi, a shallow question. When we compile wasi-libc with clang, are we including some pre-existing sysroot installs? Or the entire wasi-libc is freshly built and bootstrapped?
The entire wasi-libc is freshly built from source.
There isn't any bootstrapping per se though. We don't build a clang using the wasi-libc we built.
Last updated: Dec 23 2024 at 12:05 UTC