Is it possible to generate multiple glue files? I'm thinking of building something like appium that generates xcuitests and espresso tests that call out to a zig platform and has actual test steps written in roc. It'd be awesome if I could just declare the roc tests and then glue generate both the relevant zig code but also the actual stub test suites. I could probably do something in the zig build file if needed, but glue seems more elegant. However from what I remember I have to specify an output file so I'm thinking I can only have one file atm? Am I barking up the wrong tree?
It is an output folder now
So that works
Oh awesome thanks! I guess I need to get up to date on the new glue changes. Is it all in a usable state in zig or should I wait until v0.11 and some more stabilization?
No one has worked on zig glue yet.
:+1: I'll see if I can take a look. I might also wait until v0.11 comes out since I don't think you guys track master atm, right?
But maybe it doesn't matter since roc is just c abi
No. We currently are still at 0.9.1
That said, zig glue version technically doesn't have to match roc internal zig version
Yeah, exactly, c abi
Ah okay that's good to know. Thanks!
Zig glue would be cool. :grinning:
Last updated: Jul 05 2025 at 12:14 UTC