Stream: wasi

Topic: How is wasi-libc compiled


view this post on Zulip Coulson Liang (May 14 2024 at 20:08):

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?

view this post on Zulip Dan Gohman (May 14 2024 at 20:26):

The entire wasi-libc is freshly built from source.

view this post on Zulip Dan Gohman (May 14 2024 at 20:27):

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