Remix.run Logo
kevinmgranger 2 hours ago

.Net can compile to a self-contained binary: https://learn.microsoft.com/en-us/dotnet/core/deploying/nati...

cloudfudge an hour ago | parent [-]

That isn't truly self-contained. It still relies on libc.

ameliaquining 27 minutes ago | parent [-]

You can make it statically linked using musl. (This is underdocumented because Microsoft thinks it's usually a bad idea: https://github.com/dotnet/sdk/issues/37643#issuecomment-1873...)