top | item 44591247

(no title)

shim__ | 7 months ago

Sounds like electron but for cli

discuss

order

chainwax|7 months ago

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?