1
0
Fork 0
mirror of https://github.com/rails/execjs synced 2023-03-27 23:21:20 -04:00

Merge pull request #121 from eregon/patch-1

Mention GraalVM JavaScript in README
This commit is contained in:
Jean Boussier 2023-02-27 19:51:58 +01:00 committed by GitHub
commit d09a9566bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@ ExecJS supports these runtimes:
* [Google V8](http://code.google.com/p/v8/)
* [mini_racer](https://github.com/discourse/mini_racer) - Google V8
embedded within Ruby
* [GraalVM JavaScript](https://www.graalvm.org/javascript/) - used on TruffleRuby
A short example: