Y
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
satvikpendem
1004 days ago
I wonder how that works, do they ship the entire Deno runtime with the executable à la Electron?
link
Hamcha
1004 days ago
Yes, a `console.log()` compiles to a 78.46MiB .exe
link
satvikpendem
1004 days ago
Wow, sounds like I'll stick with Rust.
link