v8 / V8.dev
Licence: apache-2.0
The source code of v8.dev, the official website of the V8 project.
Stars: ✭ 567
Programming Languages
javascript
184084 projects - #8 most used programming language
Labels
Projects that are alternatives of or similar to V8.dev
rust rewrite
A programming environment that aims to help people learn how to program in JavaScript, while giving them a tour on how old computers and their limitations used to be.
Stars: ✭ 26 (-95.41%)
Mutual labels: v8
Little Javascript Book
Early draft for The Little JavaScript Book
Stars: ✭ 305 (-46.21%)
Mutual labels: v8
Javascript Idiosyncrasies
A bunch of Javascript idiosyncrasies to beginners.
Stars: ✭ 353 (-37.74%)
Mutual labels: v8
Dvm
Deno Version Manager - Easy way to manage multiple active deno versions.
Stars: ✭ 271 (-52.2%)
Mutual labels: v8
Web Tooling Benchmark
JavaScript benchmark for common web developer workloads
Stars: ✭ 290 (-48.85%)
Mutual labels: v8
Fibjs
JavaScript on Fiber (built on Chrome's V8 JavaScript engine)
Stars: ✭ 2,880 (+407.94%)
Mutual labels: v8
JustDraw
A Test for Android Canvas Painting with JavaScript Engine
Stars: ✭ 42 (-92.59%)
Mutual labels: v8
Type Profile
Collect runtime type information 😻 of your JavaScript code.
Stars: ✭ 518 (-8.64%)
Mutual labels: v8
V8py
Write Python APIs, then call them from JavaScript using the V8 engine.
Stars: ✭ 399 (-29.63%)
Mutual labels: v8
Memeye
👀 The eye of memory. A lightweight memory monitor and dashboard for Node.js application on development.
Stars: ✭ 332 (-41.45%)
Mutual labels: v8
This repository hosts the source code of v8.dev, the official website of the V8 project.
Local setup
- Clone the repository and
cd
into it. - Install and use the expected Node.js version:
nvm use
- Install dependencies:
npm install
npm run
shows the full list of supported commands. Highlights:
-
npm run build
builds the site intodist
. -
npm run watch
builds the site intodist
and watches for changes. -
npm start
kicks off a local HTTP server.
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].