Skip to content

chore: bump napi submodule: make GuestHeap the only V8 allocation path - #136

Merged
Arshia001 merged 2 commits into
eco-416-native-cluster-cifrom
guest-heap-mandatory-alloc
Aug 7, 2026
Merged

chore: bump napi submodule: make GuestHeap the only V8 allocation path#136
Arshia001 merged 2 commits into
eco-416-native-cluster-cifrom
guest-heap-mandatory-alloc

Conversation

@Arshia001

@Arshia001 Arshia001 commented Jul 31, 2026

Copy link
Copy Markdown
Member

Summary

Test plan

  • napi crate: cargo test -p wasmer-napi --lib (36/36) and cargo check --features cli green in the wasmer checkout
  • edgejs native V8 CI lane

Stacked on #133.

🤖 Generated with Claude Code

Pulls in wasmerio/napi guest-heap-mandatory-alloc (also picks up the
rest of the napi stack through eco-416-tls-handshake-exit, which this
submodule was previously pinned behind). N-API instantiation for the
native V8 build now fails outright if the guest has no linear memory
or GuestHeap setup fails, instead of silently falling back to
unbudgeted host-heap allocation for V8 backing stores.
Follow-up to the previous bump: with GuestHeap mandatory,
TrackingArrayBufferAllocator's host-heap external-budget hook
(napi_host_external_try_charge and friends) was unreachable and has
been removed from napi.
@Arshia001
Arshia001 merged commit 87a8054 into main Aug 7, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants