Skip to content

isgasho/gooslibc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

GOOS=libc (very experimental)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 61.0%
  • C 23.4%
  • Assembly 15.6%