| commit | 570c6a0c527c3df6a3413051a06128c2699b235d | [log] [tgz] | 
|---|---|---|
| author | Matthias Liedtke <mliedtke@chromium.org> | Mon Mar 24 15:30:07 2025 | 
| committer | Matthias Liedtke <mliedtke@chromium.org> | Mon Mar 24 16:08:47 2025 | 
| tree | 0d02a683d0e63715286c042cc5ee2e2bcbcd8b6d | |
| parent | c51b3106f285c34ad9a954b700d4cb62dac8087a [diff] | 
Version 13.6.158.1 (cherry-pick) Merged 6e3b0d3c74c05827b2f4d0893a1f62c4f61cf310 [wasm] Fix android compile error for v8_enable_wasm_deinterleaved_mem_ops Change-Id: I6d3b5ca7002fdba46d3d7023f8b4284735928b6a Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6387740 Reviewed-by: Leszek Swirski <leszeks@chromium.org> Owners-Override: Matthias Liedtke <mliedtke@chromium.org> Cr-Commit-Position: refs/heads/13.6.158@{#2} Cr-Branched-From: 9490af4bf6a655dda814a0e3d338041e34cce365-refs/heads/main@{#99408}
V8 is Google's open source JavaScript engine.
V8 implements ECMAScript as specified in ECMA-262.
V8 is written in C++ and is used in Google Chrome, the open source browser from Google.
V8 can run standalone, or can be embedded into any C++ application.
V8 Project page: https://v8.dev/docs
Checkout depot tools, and run
fetch v8
This will checkout V8 into the directory v8 and fetch all of its dependencies. To stay up to date, run
    git pull origin
    gclient sync
For fetching all branches, add the following into your remote configuration in .git/config:
    fetch = +refs/branch-heads/*:refs/remotes/branch-heads/*
    fetch = +refs/tags/*:refs/tags/*
Please follow the instructions mentioned at v8.dev/docs/contribute.