• @FizzyOrange
    link
    42 months ago

    It actually statically links the Rust standard library too. You can also avoid glibc by using musl with a one line change.

    • @BatmanAoD
      link
      32 months ago

      Oh, right, yes; of course it statically links the standard library. I was thinking of the fact that the standard lib is precompiled, but yes, it’s statically linked.