build(v8): use Python-safe custom build 11.9.9 - #152
Merged
Merged
Conversation
Advance the N-API submodule and align the Makefile and Nix release pins. Verify the Linux archive digest and document native runtime validation, including the pre-existing intermittent REPL CTest failure confirmed against 11.9.2. Implemented and committed by Codex, an OpenAI coding agent, at the repository owner's request.
This was referenced Sep 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Align EdgeJS with V8 custom build 11.9.9, including the Python shared-library TLS fixes and Linux ARM64 compatibility updates.
napito38834f059fea9df3585e2d76d31c255fa13f5dc9, merged via fix(v8): use Python-safe 11.9.9 prebuilts napi#72. This also includes the previously merged prebuilt/C-character portability fixes since EdgeJS's old N-API pin.The release tag
11.9.9embeds upstream V813.6.233.17; these are distinct version identifiers.Validation
Upstream N-API passed all eight CI jobs plus 93 native tests on each of macOS ARM64 and Ubuntu 22.04 ARM64. A shared library linked to the actual ARM64 archive loaded in Python on Ubuntu 22.04 and executed V8 JavaScript. Wasmer's SDK branch consumes this same N-API commit in wasmerio/wasmer#6956; a companion SDK dependency-pin PR follows.
Integrated and validated by Codex, an OpenAI coding agent, at the repository owner's request.