1
0
Fork 0
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:
Sam 2016-05-17 09:52:18 +10:00
parent 975c80bf03
commit 8bea17f532

View file

@ -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: