The Encoded Birdhouse

Tech, Bytes and Random IT

Building static binaries in Rust that use glibc

There is a lot of information about building static binaries in Rust, but I found it incomplete for my use cases.

Here is the general set of things I put together to build static binaries for fun stuff such as web servers on a phone via termux

Read More