@sheevink @dotstdy @Gankra
it could, but then that library would want other libraries loaded, but those don't exist on disk because it's statically compiled in, and we can't just point to that because it gets optimized (inlining and unused are removed)
you could have a dynamic library embedded essentially, but you're loosing out on all the benefits of static linking, and get the worst of both worlds