We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f0abad commit f9f7a58Copy full SHA for f9f7a58
README.md
@@ -46,7 +46,8 @@
46
DenoEx is designed to make it simple to run scripts using [Deno](https://deno.com/runtime) from your Elixir
47
applications. Deno is a modern runtime for JavaScript and TypeScript that uses V8 and built-in Rust. It is secure by
48
default, so you must opt into each level of access your scripts need when running. This includes reading environment
49
-variables.
+variables. It is for this reason that the Deno runtime was selected as I needed a secure sandbox to run external
50
+Javascript and Typescript programs.
51
52
## Installation
53
0 commit comments