#converting compile-time detection to run-time detection

1 messages · Page 1 of 1 (latest)

ivory kelp
#

Zig is a compiled language, you can't do runtime imports.

#

Runtime library load is possible (just like in C), but it's more complicated.

flat junco
clever wadi
flat junco
clever wadi
#

Actually I misread, it won't be exactly this pattern because you create steps for your build graph in build.zig that are later executed by the build runner.