mirror of
https://github.com/rails/execjs
synced 2023-03-27 23:21:20 -04:00
Add note in readme about mini_racer support
This commit is contained in:
parent
975c80bf03
commit
8bea17f532
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ ExecJS supports these runtimes:
|
||||||
* Apple JavaScriptCore - Included with Mac OS X
|
* Apple JavaScriptCore - Included with Mac OS X
|
||||||
* [Microsoft Windows Script Host](http://msdn.microsoft.com/en-us/library/9bbdkx3k.aspx) (JScript)
|
* [Microsoft Windows Script Host](http://msdn.microsoft.com/en-us/library/9bbdkx3k.aspx) (JScript)
|
||||||
* [Google V8](http://code.google.com/p/v8/)
|
* [Google V8](http://code.google.com/p/v8/)
|
||||||
|
* [mini_racer](https://github.com/discourse/mini_racer) - Google V8
|
||||||
|
embedded within Ruby
|
||||||
|
|
||||||
A short example:
|
A short example:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue