#How to Create a Run Script in Zig for Running a Binary with a Custom Runner?

1 messages · Page 1 of 1 (latest)

lilac slate
#

Can I use Zig to create a script that runs a previously built binary with a custom runner, specifically to start the Playdate Simulator and load the binary, without including this functionality in the build script itself? Note I haven't used Zig yet, just trying to understand! Thanks in advance! ChillBar_bow

loud turtle
quaint solar
#

I don't have a direct answer, but if you are interested in Playdate development, another user here did quite a bit of work setting up a nice zig build template in case you find it informative: #1070139520361713705 message

lilac slate
#

I see thank you both!