/gooslibc

GOOS=libc (very experimental)

Primary LanguageGoApache License 2.0Apache-2.0

GOOS=libc

On Arm Linux, run these commands:

cd example/helloworld
go run ../../cmd/gooslibc -o helloworld.a .
gcc -o helloworld -lpthread main.c helloworld.a
./helloworld