Options to reduce Go binary size

from blog lmno.lol @alvaro, | ↗ original
A Hacker News's thread Go gets preliminary WebAssembly support has a couple of tips to reduce binaries compiled with Go. go build -ldflags=-s UPX (Ultimate Packer for eXecutables) packs the binary further. upx --ultra-brute