Skip to content

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

License

Notifications You must be signed in to change notification settings

PLSysSec/ct-wasm-chromium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published