Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.03 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.03 KB

CT-Wasm Chromium

Instructions and resources for building chromium with support for CT-Wasm.

Maintaining a fork of Chromium is notoriously difficult due to their use of depot_tools for custom management of their multi-repository system. For this reason, we provide a git patch that applies to V8 at a specific Chromium build that enables CT-Wasm in the browser.

Instructions for building CT-Wasm Chromium

  1. Checkout Chromium according to the instructions here.

  2. Once you have the source. Follow the instructions here to checkout version 65.0.3325.125..

  3. Enter the src/v8 directory and apply the patch like so:

cd v8
git apply path/to/ct.patch
  1. Build as usual

Chromium binary

We also provide a pre-built Linux x86_64 binary for Chromium here.