very cool work :) If you like, add a screenshot or two and I'll include this in the next zigmonthly.org article
you might also be interested to know about stub dynamic libraries, e.g. `.tbd` files on MacOS. That's what is in the Mach SDK repos primarily[0], though I'm sure you could slim them down some more with a concrete list of symbols you depend on.
you might also be interested to know about stub dynamic libraries, e.g. `.tbd` files on MacOS. That's what is in the Mach SDK repos primarily[0], though I'm sure you could slim them down some more with a concrete list of symbols you depend on.
[0] https://github.com/hexops/sdk-macos-11.3/blob/main/root/Syst...