Skip to content

Instantly share code, notes, and snippets.

@wirthi
Created December 19, 2019 11:25
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/cb3231938731963b1c8d9e7e52c24e7b to your computer and use it in GitHub Desktop.
Save wirthi/cb3231938731963b1c8d9e7e52c24e7b to your computer and use it in GitHub Desktop.
React.js blogpost
- newEngine.eval(script)
+ val scriptSource = graalvm.Source.newBuilder("js", script, "setup").buildLiteral
+ newEngine.eval(scriptSource)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment