GraalJS: Simple example when JS binding fails on proxy object
System Requirements
- Installed SBT
How to run
- You cloned repo and opened bash/command prompt in that folder
- To run the example with binding issue, use
sbt ";runMain com.examples.graalvm.BindExample"
- To run the example with
Array.map
issue, usesbt ";runMain com.examples.graalvm.ArrayMapExample"