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