Skip to content

Instantly share code, notes, and snippets.

@wirthi
Created December 19, 2019 11:25
Embed
What would you like to do?
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