logoalt Hacker News

galleywest200yesterday at 11:51 PM1 replyview on HN

Last time I messed with Tauri my bin folder in my code/building directory ballooned to 10 gigs. If the final product is “lightweight” the development process surely is not.


Replies

aabhaytoday at 1:12 AM

That’s just Rust in general. But what you lose in disk space you gain considerably in optimized executables. The tradeoff is well worth it.