1
0
Fork 0
mirror of https://github.com/rubyjs/mini_racer synced 2023-03-27 23:21:28 -04:00
Minimal embedded v8
Find a file
2016-05-10 18:06:40 +10:00
bin initial commit 2016-05-04 16:54:51 +10:00
ext/mini_racer_extension FIX: if an extension raises an exception ship it through 2016-05-10 18:06:40 +10:00
lib more progress towards invoking ruby from v8 2016-05-10 08:33:31 +10:00
test FIX: if an extension raises an exception ship it through 2016-05-10 18:06:40 +10:00
.gitignore no need for mac bundles 2016-05-09 15:25:10 +10:00
.travis.yml initial commit 2016-05-04 16:54:51 +10:00
CODE_OF_CONDUCT.md initial commit 2016-05-04 16:54:51 +10:00
Gemfile initial commit 2016-05-04 16:54:51 +10:00
LICENSE.txt initial commit 2016-05-04 16:54:51 +10:00
mini_racer.gemspec make this thing work on a mac 2016-05-08 23:43:49 +10:00
Rakefile initial commit 2016-05-04 16:54:51 +10:00
README.md Work in progress: 2016-05-06 13:14:37 +10:00

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.