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
No comments:
Post a Comment