1
0
Fork 0
mirror of https://github.com/rails/execjs synced 2023-03-27 23:21:20 -04:00

Doc duktape in readme

This commit is contained in:
Joshua Peek 2015-04-06 10:04:25 -07:00
parent a174aad071
commit d03a27c5be

View file

@ -11,6 +11,7 @@ ExecJS supports these runtimes:
embedded within Ruby embedded within Ruby
* [therubyrhino](https://github.com/cowboyd/therubyrhino) - Mozilla * [therubyrhino](https://github.com/cowboyd/therubyrhino) - Mozilla
Rhino embedded within JRuby Rhino embedded within JRuby
* [Duktape.rb](https://github.com/judofyr/duktape.rb) - Duktape JavaScript interpreter
* [Node.js](http://nodejs.org/) * [Node.js](http://nodejs.org/)
* 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)