I would like to use this function mentioned here: https://github.com/ziglang/zig/issues/14637#issuecomment-1428944244
The function no longer seems to exists in zig 14, and I can not find an alternative, has it been renamed?
Context:
I want to use embedFile on a file as the same level as the src dir, not inside the src dir.
GitHub
Zig Version 0.11.0-dev.1606+3c2a43fdc Steps to Reproduce and Observed Behavior While my exact setup is different, a way to reproduce the issue is already documented on #14088 However, this issue is...