node-api: add napi_create_external_sharedarraybuffer#62623
Open
bnoordhuis wants to merge 13 commits intonodejs:mainfrom
Open
node-api: add napi_create_external_sharedarraybuffer#62623bnoordhuis wants to merge 13 commits intonodejs:mainfrom
bnoordhuis wants to merge 13 commits intonodejs:mainfrom
Conversation
Creates a SharedArrayBuffer from externally managed memory. Fixes: nodejs#62259
Collaborator
|
Review requested:
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #62623 +/- ##
==========================================
+ Coverage 89.77% 89.80% +0.03%
==========================================
Files 697 699 +2
Lines 215749 216404 +655
Branches 41304 41379 +75
==========================================
+ Hits 193681 194344 +663
+ Misses 14161 14139 -22
- Partials 7907 7921 +14
🚀 New features to boost your workflow:
|
Collaborator
legendecas
reviewed
Apr 7, 2026
KevinEady
reviewed
Apr 7, 2026
KevinEady
reviewed
Apr 7, 2026
vmoroz
reviewed
Apr 7, 2026
vmoroz
reviewed
Apr 7, 2026
vmoroz
reviewed
Apr 7, 2026
vmoroz
reviewed
Apr 7, 2026
vmoroz
reviewed
Apr 7, 2026
vmoroz
reviewed
Apr 7, 2026
Member
Author
|
Review feedback incorporated, PTAL. |
legendecas
approved these changes
Apr 9, 2026
vmoroz
reviewed
Apr 10, 2026
vmoroz
approved these changes
Apr 10, 2026
Collaborator
ronag
approved these changes
Apr 13, 2026
Collaborator
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.
Creates a SharedArrayBuffer from externally managed memory.
Fixes: #62259