Skip to content

Build V8 from source

Eric Long requested to merge hack3ric/deno:main into main

Upstream PR https://github.com/denoland/rusty_v8/pull/1209 brings proper support for building V8 from source. This should help reproducible builds as it remove reliance on upstream prebuilt V8 binary blob.

Merge request reports