Skip to content

Instantly share code, notes, and snippets.

@wirthi
Created December 19, 2019 11:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wirthi/7e459554093c3605e2ee55e2614af609 to your computer and use it in GitHub Desktop.
Save wirthi/7e459554093c3605e2ee55e2614af609 to your computer and use it in GitHub Desktop.
React.js blogpost
- val newEngine = new js.ScriptEngineManager(null).getEngineByName("nashorn")
+ val newEngine = graalvm.Context.newBuilder("js").allowAllAccess(true).build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment