|
|
|
|
|
by Dylan16807
849 days ago
|
|
That's not why rust statically links the runtime. The main benefit is that they don't have to try to design and maintain a stable ABI for it. Which is not moot. More generally, you statically link something to avoid distribution hassles of various kinds, not because you care about the specific number. |
|