All Projects → v8 → V8.dev

v8 / V8.dev

Licence: apache-2.0
The source code of v8.dev, the official website of the V8 project.

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
v8go-polyfills
Add polyfills to rogchap/v8go
Stars: ✭ 25 (-95.59%)
Mutual labels:  v8
Dvm
Deno Version Manager - Easy way to manage multiple active deno versions.
Stars: ✭ 271 (-52.2%)
Mutual labels:  v8
V8.js.cn
V8 官方网站中文翻译
Stars: ✭ 308 (-45.68%)
Mutual labels:  v8
pdjs
JavaScript External for Pure Data based on V8
Stars: ✭ 45 (-92.06%)
Mutual labels:  v8
React Native V8
Opt-in V8 runtime for React Native Android
Stars: ✭ 514 (-9.35%)
Mutual labels:  v8
Web Tooling Benchmark
JavaScript benchmark for common web developer workloads
Stars: ✭ 290 (-48.85%)
Mutual labels:  v8
V8eval
Multi-language bindings to JavaScript engine V8
Stars: ✭ 332 (-41.45%)
Mutual labels:  v8
Go V8
Go binding for v8
Stars: ✭ 255 (-55.03%)
Mutual labels:  v8
Fibjs
JavaScript on Fiber (built on Chrome's V8 JavaScript engine)
Stars: ✭ 2,880 (+407.94%)
Mutual labels:  v8
Jk
Configuration as Code with ECMAScript
Stars: ✭ 322 (-43.21%)
Mutual labels:  v8
JustDraw
A Test for Android Canvas Painting with JavaScript Engine
Stars: ✭ 42 (-92.59%)
Mutual labels:  v8
Deep Into Node
深入理解Node.js:核心思想与源码分析
Stars: ✭ 4,005 (+606.35%)
Mutual labels:  v8
object-shape
Get a description of a JS object's shape.
Stars: ✭ 24 (-95.77%)
Mutual labels:  v8
Webrtc Tutorial
📚 WebRTC 中文教程
Stars: ✭ 305 (-46.21%)
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

v8.dev Build status

This repository hosts the source code of v8.dev, the official website of the V8 project.

Local setup

  1. Clone the repository and cd into it.
  2. Install and use the expected Node.js version: nvm use
  3. Install dependencies: npm install

npm run shows the full list of supported commands. Highlights:

  • npm run build builds the site into dist.
  • npm run watch builds the site into dist 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].