Show HN: Cross platform binary to launch native binary using Cosmopolitan Libc
1–3 of 3 posts
Re: Show HN: Cross platform binary to launch native binary using Cosmopolitan Libc
#2Is this for the times when the main binaries can't be made with cosmopolitan libc?
I'd love to see a tool that could combine all these into one executable. (The lanucher and the target of the launcher)
Re: Show HN: Cross platform binary to launch native binary using Cosmopolitan Libc
#3Is this for the times when the main binaries can't be made with cosmopolitan libc? I'd love to see a tool that could combine all these into one executable. (The lanucher and the target of the launcher)
Yes. In the case mentioned binaries written in Go (goaws). I can add all the goaws binaries into my git repo, and have a single cross platform entry point devs can call without figuring out which one is for their OS.