Skip to content

Commit

Permalink
📝 Fix Graal url to run JS (#1290)
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero authored May 7, 2021
1 parent 3faf8a5 commit 628cdc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/setup/pages/install.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Then execute it on GraalVM using the `node` command (available in the [.path]_/b

=== Embed in a JVM-based application

https://www.graalvm.org/docs/graalvm-as-a-platform/embed/[With the Graal Polyglot API, you can embed JavaScript code in a JVM-based application].
https://www.graalvm.org/reference-manual/embed-languages/[With the Graal Polyglot API, you can embed JavaScript code in a JVM-based application].

IMPORTANT: The Graal Polyglot feature gives you a "pure" JavaScript (ECMAScript) engine, not a Node.js engine.
In other words, Node.js features such as `require` or core module such as `fs` won't be available.
Expand Down

0 comments on commit 628cdc5

Please sign in to comment.