Can I write file at comptime?
I’m working with types, and I want to generate middleware dll + exe from implemented functions, as I’m working in environment where direct connection of debugger, would lead program to crush.
I think, I’ve found way to do a little more work, to make it through generics, and without code generation. May be even all exports, through comptime and inline for loop.
Thanks for answers!
P.S. I need to define each function that must be exported and then use a generic. Additional step, but compiles faster, than code generation.