#Tools to shrink the output of deno compile?

5 messages · Page 1 of 1 (latest)

blazing vector
#

Are there any tools to decrease the filesize of a deno compiled executable? I care primarily about Windows, but am interested in hearing about Linux options, too.

#

Using Windows' / NTFS's built-in compression feature, I can reduce the size on disk by ~30MB

#

I'm guessing the 80MB is already a compile-specific build of deno with all the CLI tooling stripped out, deno fmt, deno install, etc?

#

since deno.exe is 107MB