rails / execjs

Run JavaScript code from Ruby
MIT License
539 stars 283 forks source link

GraalVM 22.2+ needs `gu install js` for JavaScript to be available #115

Closed eregon closed 2 years ago

eregon commented 2 years ago

Since GraalVM 22.2 is not out yet (will be on July 26) I'm using the dev builds, truffleruby+graalvm-head can be dropped once 22.2 is released, as then truffleruby+graalvm will refer to it.

It's also fine to wait until the 22.2 release if you prefer.

eregon commented 2 years ago

I removed the dev builds from CI, so this should be fine to merge now without waiting for the release.