Wednesday, August 25, 2021

Deno Compiling => .exe

Deno Now Compiles to Self-Contained, Standalone Binaries @InfoQ

interesting feature... with a downside: test .exe size is 57 MB

 Compiling executables | Manual | Deno

deno compile [--output <OUT>] <SRC> will compile the script into a self-contained executable.

> deno compile https://deno.land/std/examples/welcome.ts