mirror of
https://github.com/rails/execjs
synced 2023-03-27 23:21:20 -04:00
Update readme for therubyrhino
This commit is contained in:
parent
cc7dfe6610
commit
f2b97cb42e
1 changed files with 4 additions and 3 deletions
|
@ -8,12 +8,13 @@ returns the result to you as a Ruby object.
|
|||
ExecJS supports these runtimes:
|
||||
|
||||
* [therubyracer](https://github.com/cowboyd/therubyracer) - Google V8
|
||||
embedded within Ruby for exceptional performance
|
||||
embedded within MRI Ruby
|
||||
* [therubyrhino](https://github.com/cowboyd/therubyrhino) - Mozilla
|
||||
Rhino embedded within JRuby
|
||||
* [Google V8](http://code.google.com/p/v8/)
|
||||
* [Node.js](http://nodejs.org/)
|
||||
* Apple JavaScriptCore
|
||||
* Apple JavaScriptCore - Included with Mac OS X
|
||||
* [Mozilla Spidermonkey](http://www.mozilla.org/js/spidermonkey/)
|
||||
* TODO [Mozilla Rhino](http://www.mozilla.org/rhino/)
|
||||
* TODO [Microsoft Windows Script Host](http://msdn.microsoft.com/en-us/library/9bbdkx3k.aspx) (JScript)
|
||||
|
||||
A short example:
|
||||
|
|
Loading…
Reference in a new issue