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:
commit
d09a9566bb
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue