Hacker News new | ask | show | jobs
by ilrwbwrkhv 731 days ago
Wow this is so cool. I like these types of single binary things. Even Pocketbase is like that where you can just compile your whole app into one Go binary and just rsync that over to your server and run it.
1 comments

Go makes a binary for each target.

RedBean uses magic from @jart to run the same binary on multiple platforms.