commit | 5734b2e5e74b850cbc629cf56309c1f3cf97c532 | [log] [tgz] |
---|---|---|
author | Francis McCabe <fgm@chromium.org> | Thu Mar 13 22:13:21 2025 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 14 16:21:27 2025 |
tree | 979d0317b8c313fe06cc5484d2c2f86558994a0b | |
parent | de1895fd73360b1db84951edf974be6faf11c744 [diff] |
[wasm] [wasmfx] Relax tag definitions to permit return values. Tags for handlers are allowed return values. Bug: 388533754 Change-Id: I6649aeb138bbb10d6cbcfc0a828b31bc186f4008 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6349916 Reviewed-by: Thibaud Michaud <thibaudm@chromium.org> Commit-Queue: Francis McCabe <fgm@chromium.org> Reviewed-by: Jakob Kummerow <jkummerow@chromium.org> Cr-Commit-Position: refs/heads/main@{#99269}
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.