Skip to content

v8/node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the official V8 fork of Node.js with a recent V8 version.

To build from source, run

git clone https://github.com/v8/node v8-node
cd v8-node
./configure --build-v8-with-gn
make -j4 node

Or download the latest build for Ubuntu from this build bot. Select a build, then use the download link.

To check the V8 version in Node, have a look at v8-version.h or run

node -e "console.log(process.versions.v8)"

About

Node.js JavaScript runtime ✨🐢🚀✨

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 62.2%
  • C++ 21.2%
  • Python 12.2%
  • C 2.7%
  • HTML 0.8%
  • Makefile 0.3%
  • Other 0.6%