A summary of data about the Ruby ecosystem.

https://github.com/rubyjs/libv8

Ruby gem binary distribution of the V8 JavaScript engine
https://github.com/rubyjs/libv8

Keywords from Contributors

activerecord activejob mvc rubygem rack rspec crash-reporting sinatra json-parser cucumber

Last synced: about 17 hours ago
JSON representation

Repository metadata

Ruby gem binary distribution of the V8 JavaScript engine

README.md

libv8

Gem Version
Number of downloads
Build Status
Join the chat at https://gitter.im/cowboyd/therubyracer
Code Triagers Badge

A gem for distributing the v8 runtime libraries and headers in both
source and binary form.

Status: UNMAINTAINED

This project is UNMAINTAINED.

Why?

  • The binding to libv8 that therubyracer implements is quite tight, making updating libv8 a huge amount of work. mini_racer has a thinner interface for that reason.
  • So many issues come from depot tools and the bespoke v8 toolchain, which only support what Google Chrome needs to support. libv8-node has been created to tackle those issues, leveraging the good work of Node.js people, and mini_racer uses that.

If you use a mini_racer that depends on libv8, please move to a more recent version.

If you use therubyracer and are thus stuck with v8 3.16, please move to mini_racer. If one of your dependencies uses therubyracer, please reach out to them so that they upgrade to mini_racer.

If there are needs coming from either libv8 or therubyracer that you feel are unmet by mini_racer + libv8-node, please open issues on their respective repositories.

Why?

The goal of libv8 is two fold: provide a binary gem containing the a
pre-compiled libv8_monolith.a for as many platforms as possible while at the
same time supporting for an automated compilation for all others.

Not only does this drastically reduce gem install times, but it also
reduces dependencies on the local machine receiving the gem. It also
opens the door for supporting Windows.

Do I get a binary?

That depends on your platform. Right now, we support the following
platforms.

  • x86_64-darwin-19
  • x86_64-darwin-18
  • x86_64-darwin-17
  • x86_64-linux
  • x86-linux

If you don't see your platform on this list, first, make sure that it
installs from source, and second talk to us about setting up a binary
distro for you.

Note on OS X macOS binaries

If you're installing libv8 on a macOS system that is present in the list above,
and despite that, RubyGems insists on downloading a source version and compiling
it, check the output of ruby -e 'puts Gem::Platform.local'. If it does not
reflect the current version of your OS, recompile Ruby.

The platform gets hardcoded in Ruby during compilation and if you've updated
your OS since you've compiled Ruby, it does not represent correctly your current
platform which leads to RubyGems trying to download a platform-specific gem for
the older version of your OS.

Versioning

Versions of the libv8 gem track the version of V8 itself, adding its
own point release after the main V8 version. So libv8 5.0.71.35.5
and 5.0.71.35.14 both correspond to V8 version 5.0.71.35. Another
way to think about it would be that 5.0.71.35.14 is the 14th release
of the libv8 rubygem based on V8 version 5.0.71.35

Source and Binary Releases

Starting with libv8 3.11.8.0, all even point releases contain
only a source-based distribution, while odd point releases contain both
a source-based distribution and binary distributions. However both
point releases correspond to the exact underlying code. The only
difference is the version number.

This way, the most recent version of the gem always has binary
distributions, but if, for whatever reason, you have problems with the
binaries, you can always "lock in" your dependency a single point version
down, forcing it to compile from source.

So for example, 5.0.71.35.3 contains all the binary distributions,
while 5.0.71.35.2 is the exact same code, but contain only a
source-based distribution

This step release system is a workaround to carlhuda/bundler#1537

Requirements

Building the V8 library from source imposes the following requirements:

  • An x86/x86_64 CPU. See #261 for ARM state.
  • Linux with glibc or macOS. See
    #259,
    #253 and
    #217 for state of other
    platforms.
  • Python 2
  • pkg-config
  • GLib 2

Using a git version

If you want to use the latest unstable version of the gem you can do
so by specifying the git repo as a gem source. Just make sure you add
the following to your Gemfile:

gem "libv8", github: "rubyjs/libv8", submodules: true

You can find more info on using a git repo as a gem source in
Bundler's documentation.

What if I can't install from source?

If you can fix V8's build system so that it correctly compiles for your
platform, we'll pull it right in!

To get the source, these commands will get you started:

git clone --recursive git://github.com/rubyjs/libv8.git
cd libv8
bundle install
bundle exec rake compile

About

This project spun off of
therubyracer which depends
on having a specific version of V8 to compile and run against.
However, actually delivering that version reliably to all the
different platforms proved to be a challenge to say the least.

We got tired of waiting 5 minutes for V8 to compile every time we
installed that gem.

Sponsored by

The Frontside

License

(The MIT License)

Copyright (c) 2009,2010 Charles Lowell

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 1 day ago

Total Commits: 576
Total Committers: 43
Avg Commits per committer: 13.395
Development Distribution Score (DDS): 0.389

Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Petko Bordjukov b****v@g****m 352
Charles Lowell c****d@t****t 90
Logan Lowell f****p@t****t 34
Geoff Garside g****f@g****k 15
Trung Lê t****e@r****m 13
nightpool n****l@c****e 8
Joris van Rooij j****a@j****t 7
Petko Bordjukov p****v@s****g 6
Jb Aviat jb@s****o 4
Jarred Holman j****n@g****m 4
Andrea C. Granata a****a@z****m 3
NARUSE, Yui n****e@a****p 3
stereobooster s****r@g****m 3
Nathan Van der Auwera n****a@v****m 2
Brad Landers b****d@b****m 2
Jordon Bedwell j****n@e****o 2
Olivier Lacan hi@o****m 2
Edouard Bonlieu e****u@o****t 1
Igor Kapkov i****k@m****m 1
Lawson Kurtz l****z@v****m 1
Edouard B e****s@g****m 1
masked interrupt m****t@o****m 1
daniel d****t@g****m 1
Valentin Klinghammer v****n@q****e 1
Tetsuya Shinone i****o@s****m 1
Sam Saffron s****n@g****m 1
Rodrigo Kochenburger d****x@g****m 1
Robdel12 r****9@g****m 1
Rene Treffer t****b@m****e 1
Prem Sichanugrist s@s****u 1
and 13 more...

Committer domains:


Issue and Pull Request metadata

Last synced: 3 months ago

Total issues: 81
Total pull requests: 21
Average time to close issues: over 1 year
Average time to close pull requests: 6 months
Total issue authors: 55
Total pull request authors: 13
Average comments per issue: 7.81
Average comments per pull request: 5.0
Merged pull request: 5
Bot issues: 0
Bot pull requests: 0

Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/rubyjs/libv8

Top Issue Authors

  • ignisf (16)
  • lloeki (6)
  • SamSaffron (3)
  • ksylvest (2)
  • cowboyd (2)
  • anatol (2)
  • gsamokovarov (1)
  • nanaya (1)
  • theycallmeswift (1)
  • sergey-alekseev (1)
  • marguerite (1)
  • spagu (1)
  • stefanahman (1)
  • courtland (1)
  • tbolender (1)

Top Pull Request Authors

  • runlevel5 (4)
  • nightpool (4)
  • ksylvest (3)
  • Ridje (1)
  • rafaelfranca (1)
  • ignisf (1)
  • briandunn (1)
  • poloka (1)
  • cataphract (1)
  • bekhruzRakhmonov (1)
  • sai-kumar-peddireddy (1)
  • knu (1)
  • cantino (1)

Top Issue Labels

  • type: upstream issue (11)
  • type: bug (9)
  • os: linux (9)
  • os: osx (6)
  • os: freebsd (5)
  • needs: investigation (5)
  • needs: patch (4)
  • status: help needed (3)
  • type: feature request (3)
  • os: windows (2)
  • compiler: clang (2)
  • arch: x64 (2)
  • arch: arm64 (2)
  • arch: arm (2)
  • arch: ia32 (1)
  • severity: security implications (1)
  • compiler: gcc (1)
  • status: wontfix (1)
  • status: blocked (1)

Top Pull Request Labels


Dependencies

release/x86_64-linux-musl/Dockerfile docker
  • alpine 3.7 build
libv8.gemspec rubygems
  • rake ~> 12 development
  • rake-compiler ~> 0 development
  • rspec ~> 3 development
Gemfile rubygems

Score: 9.359622074691938