Skip to content

southball/go-fat-binary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-fat-binary

This is a repository demonstrating how to build a fat binary for a Go application using Cosmopolitan Libc.

How

We build two binaries, one for amd64 and one for arm64, using GOOS and GOARCH. These binaries are then embedded into a Cosmopolitan Libc executable, which detects the architecture at runtime, writes the appropriate binary to a temporary file, and executes it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published