I’m trying to find information about compiling libc to a shared library but have found nothing and no flag for building a shared library version of libc. Is shared library supported at all in its current state?

Anyone who has experimented compiling to a shared library?

It’s not currently supported. You could conceivably change the CMake target from STATIC but we don’t have support for dynamic loading in the full build yet.