1
0
Fork 0
mirror of https://github.com/rubyjs/mini_racer synced 2023-03-27 23:21:28 -04:00
mini_racer/README.md
Sam 56621a5c4a Work in progress:
- support releasing GVL while running JS
- support API to stop execution
- run 1 isolate per context
- introduce locking
2016-05-06 13:14:37 +10:00

688 B

MiniRacer

Minimal embedded V8 for Ruby

Installation

Add this line to your application's Gemfile:

gem 'mini_racer'

And then execute:

$ bundle

Or install it yourself as:

$ gem install mini_racer

Usage

Development

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/mini_racer. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.