Writing runtime-extensible code in Zig is massively inconvenient

Actually I would hate for std structs to become extern. I love the premise that the compiler/linker should be given as much agency to generate the optimal binary as possible.

I just need a way to pass these compiled layouts along so that we can build dynamically linked zig code.

2 Likes