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.
-
Checkout Chromium according to the instructions here.
-
Once you have the source. Follow the instructions here to checkout version
65.0.3325.125
.. -
Enter the
src/v8
directory and apply the patch like so:
cd v8
git apply path/to/ct.patch
- Build as usual
We also provide a pre-built Linux x86_64 binary for Chromium here.