Skip to content

Perl XS binding for the V8 JavaScript engine

License

Notifications You must be signed in to change notification settings

bookingcom/JavaScript-V8-XS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript::V8::XS - Perl XS binding for the V8 Javascript engine.

Building

In order to build you can just run perl Makefile.PL and then do make.

We also offer a Docker image to make building easier:

docker build . -t javascript-xs-builder:latest
docker run --rm --it -v $(pwd):/v8 -w /v8 javascript-xs-builder:latest
perl Makefile.PL
make -j `nproc`

About

Perl XS binding for the V8 JavaScript engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 57.0%
  • Perl 38.4%
  • Shell 2.5%
  • C 1.1%
  • Other 1.0%