Hacker News new | ask | show | jobs
by danenania 2210 days ago
Deno definitely looks interesting!

All the examples I’ve seen so far are using the ‘deno’ command to run .ts or .js scripts. Can it also package standalone binaries like go/rust—-to make a cli tool, for instance? If so, how do permissions work in that scenario? Does the user need to grant permissions on every invocation or is there some way to whitelist a script/binary?

1 comments

Packaging to standalone executable is being worked on https://github.com/denoland/deno/issues/986
Nice! Will be interesting to see how permissions work in that case.