About 50 results
Open links in new tab
  1. V8 JavaScript engine

    Apr 29, 2025 · V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.

  2. Documentation · V8

    This document introduces you to V8, while the remaining documentation shows you how to use V8 in your code and describes some of its design details, as well as providing a set of JavaScript …

  3. Blog · V8

    Feb 25, 2025 · Giving V8 a Heads-Up: Faster JavaScript Startup with Explicit Compile Hints 29 April 2025 JavaScript Land ahoy: leaving the Sea of Nodes 25 March 2025 JavaScript internals

  4. Getting started with embedding V8 · V8

    This document is intended for C++ programmers who want to embed the V8 JavaScript engine within a C++ application. It helps you to make your own application’s C++ objects and methods available to …

  5. Checking out the V8 source code · V8

    There are several different branches of V8; if you're unsure of which version to get, you most likely want the up-to-date stable version. Have a look at our Release Process for more information about the …

  6. JavaScript and WebAssembly features - V8

    Mar 27, 2024 · This section explains the latest new features in JavaScript, the programming language specified by ECMA-262 (ECMAScript) and ECMA-402 (the ECMAScript Internationalization API), …

  7. V8 release v9.0 · V8

    Mar 17, 2021 · Each version is branched from V8’s Git master immediately before a Chrome Beta milestone. Today we’re pleased to announce our newest branch, V8 version 9.0, which is in beta …

  8. JIT-less V8 · V8

    Mar 13, 2019 · V8 v7.4 now supports JavaScript execution without allocating executable memory at runtime. In its default configuration, V8 relies heavily on the ability to allocate and modify executable …

  9. JavaScript's New Superpower: Explicit Resource Management · V8

    May 9, 2025 · JavaScript's New Superpower: Explicit Resource Management Published 09 May 2025 · Tagged with ECMAScript

  10. V8 is Faster and Safer than Ever! · V8

    Dec 14, 2023 · Buckle up, fellow developer, because with V8, the journey into fast and furious Web has only just begun! We're committed to keeping V8 the best JavaScript and WebAssembly engine on …