Hacker News new | ask | show | jobs
by JimDabell 1004 days ago
You can also compile them to standalone executables easily with `deno compile`.
1 comments

I wonder how that works, do they ship the entire Deno runtime with the executable à la Electron?
Yes, a `console.log()` compiles to a 78.46MiB .exe
Wow, sounds like I'll stick with Rust.