There should be an option to explicitly allow certain packages to make syscalls at comptime
What would be the use cases for this?
What would be the use cases for this?
Mostly because it is nicer than doing it in the build.zig, putting it in a file and then embedding that file.
I understand it is probably for safety but i think it would be fine if we make it explicitly allowable.
Mostly because it is nicer than doing it in the build.zig, putting it in a file and then embedding that file.
I understand it is probably for safety but i think it would be fine if we make it explicitly allowable.
Far more than just safety:
Most helpful comment
What would be the use cases for this?