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: Nov 22 2024 at 16:03 UTC