|
|
|
|
|
by parasense
401 days ago
|
|
You're right about the Rust static binary size. Hello world is really large, and it's unamusing how so much of the standard library is creamed into the resulting binary, no matter how trivial... Do you know the current status of dynamic linking? I guess the lack of ABI stability is the big blocker, right? Probably no use in formalizing the linking bits if the goal posts keep moving. So it seems like the big problem is some committee will never complete the task... Because it will never be perfect... Something like that. |
|