#less compile size

10 messages · Page 1 of 1 (latest)

random shoal
#

hello i use deno compile and the output is 65mb, is there a way to make the exe less bigger? i tried with upx but the exe doesnt work anymore... and i have one simple line console.log('ok');

lilac stratus
#

no. deno compile creates an executable with a full deno binary and your code appended to the end of the file.

cloud bridge
#

This is currently the minimum deno size until a major optimization, you may try deno bundle to get pretty small JS + WASM file.

random shoal
#

but when i upx deno.exe

#

it just stops

#

i tried with --overway=skip

#

and copy

#

but still