You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will be needed for the interpreter to call external functions.
I don't want to take a dependency on the system libffi since that majorly complicates our (currently) simple build process. That said, it should still be possible to use the system libffi for distro maintainers (ziglang/zig#18778). Also, as with Aro, it should be possible to disable libffi support since I expect very few Graf library users will care about the interpreter.
This will likely involve forking libffi, adding a build.zig, and then adding that fork as a lazy build.zig.zon dependency (but note #16).
The text was updated successfully, but these errors were encountered:
This will be needed for the interpreter to call external functions.
I don't want to take a dependency on the system libffi since that majorly complicates our (currently) simple build process. That said, it should still be possible to use the system libffi for distro maintainers (ziglang/zig#18778). Also, as with Aro, it should be possible to disable libffi support since I expect very few Graf library users will care about the interpreter.
This will likely involve forking libffi, adding a
build.zig
, and then adding that fork as a lazybuild.zig.zon
dependency (but note #16).The text was updated successfully, but these errors were encountered: