Show HN: Cross platform binary to launch native binary using Cosmopolitan Libcgithub.com/Munawwar 8 pointsmunawwar1 year ago2 commentsSaveHideCopy link On HNComments−huem0n1yIs 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)−munawwarOP1yYes. 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.
Comments
Is 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.