I does indeed bundle it's runtime into the executable, but this is not dissimilar from Go bundling it's gc into every executable.
Granted a compiled hello world Go program will be <2mb while a similar compiled Deno program will be more like 70. I imagine many usecases may not have a storage constraint though, and in that case why not?
chainwax|7 months ago
Granted a compiled hello world Go program will be <2mb while a similar compiled Deno program will be more like 70. I imagine many usecases may not have a storage constraint though, and in that case why not?
ashishb|7 months ago
https://www.sentinelone.com/blog/unseen-threats-in-software-...