commit | 3b8fd36b81f0b48696617980d5d3a508f557faff | [log] [tgz] |
---|---|---|
author | Michael Starzinger <mstarzinger@chromium.org> | Mon Aug 20 09:32:07 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Aug 20 11:32:54 2018 |
tree | cab795b79d7c5901e47039760c8f184803920cc6 | |
parent | 5f69ffae180a373d24e6a67f9aa2c5e6f871c8f5 [diff] |
[wasm] Enable --wasm-shared-code by default. R=titzer@chromium.org BUG=v8:7424 Change-Id: Ic0b8088402a4f64d1a285298a16285bdca4a7167 Reviewed-on: https://chromium-review.googlesource.com/1180897 Reviewed-by: Ben Titzer <titzer@chromium.org> Commit-Queue: Michael Starzinger <mstarzinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#55210}
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://github.com/v8/v8/wiki
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 on the V8 wiki.