Hacker News new | ask | show | jobs
by hiccuphippo 1128 days ago
Both, the executables produced by bun are the bun binary concatenated to your script at the end. Try building a hello world and run `tail -c200 hello | xxd` to see your script at the end of the file.
1 comments

Thanks!