My impression is that after doing a release build, optimizing for size, and 
stripping, you get diminishing returns regarding binary size in rust. 
[https://jamesmunns.com/blog/tinyrocket](https://jamesmunns.com/blog/tinyrocket)/
 and 
[https://github.com/johnthagen/min-sized-rust](https://github.com/johnthagen/min-sized-rust)
 describe some additional techniques you could try. I expect the nim binary 
would still be smaller, but it could be worth attempting to give rust its best 
showing.

Reply via email to