Implement multi-cdp architecture

This commit is contained in:
Nikolay Govorov
2026-02-04 16:25:43 +00:00
parent babf8ba3e7
commit e3b631ebb3
17 changed files with 379 additions and 188 deletions

View File

@@ -189,7 +189,7 @@ fn addDependencies(
.prebuilt_v8_path = prebuilt_v8_path,
.is_asan = is_asan,
.is_tsan = is_tsan,
.v8_enable_sandbox = is_tsan,
.v8_enable_sandbox = is_tsan, // v8 contains a bug and cannot be compiled with tsan without a sandbox.
};
mod.addIncludePath(b.path("vendor/lightpanda"));