| commit | dc7219333ba36a8bef1e0af18a83e76e48ee42df | [log] [tgz] |
|---|---|---|
| author | Jakob Kummerow <jkummerow@chromium.org> | Tue Mar 05 09:57:15 2024 |
| committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 05 09:59:16 2024 |
| tree | a7f5b12fc91437384602918d8dca25bacc9c7ff9 | |
| parent | 0ef26427d37acdf911e5c1d3c5100118620ba83d [diff] |
[wasm-disassembler] Expose OffsetsProvider in .h And also expose uint64_t printing. This CL is just moving code in preparation for future work, there are zero functional changes here. Change-Id: Ic140a0e44bc08be476741096084d7f5256074f36 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5339907 Commit-Queue: Jakob Kummerow <jkummerow@chromium.org> Reviewed-by: Matthias Liedtke <mliedtke@chromium.org> Cr-Commit-Position: refs/heads/main@{#92656}
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.