Path: blob/main/core/dylink/test/libc-archive/README.md
1393 views
The goal here is to build libc into a shared library.
We have stopped for now on that goal. It would require modifying zig/src/musl.zig to
There's no good reason for our application to make libc dynamic.
Instead we should work better to automatically and properly expose all of libc statically linked into the base.
I copied libc.a from the zig cache (is there a better way)? Then got all the symbols defined there: