If I do deno --help it shows:
- compile = Compile the script into a self-contained executable
- install = Install script as an executable
What's the difference between these two commands?
If I do deno --help it shows:
What's the difference between these two commands?
| Command | Output | Self contained 1 | Deno runtime integrated 2 |
|---|---|---|---|
compile |
binary | y | y |
install |
script (shell / .bat) |
n | n |
bundle |
.js |
y | n |
2 integrated := no separate runtime is needed