Factor out N-API to expand embeddability use cases #354
Closed
Description
As @bghgary mentioned on the N-API WG meeting on 10/18, there is a use case where developers who are embedding JS engines directly (and not embedding Node) can need a VM-neutral interface to talk to these engines in an ABI-stable manner. Given that N-API already has this, @bghgary suggested factoring out the ES-specific parts of N-API into its own header. Opening this issue to continue that discussion.
@bghgary's prototype is here: https://github.com/bghgary/node-addon-api/tree/ES-only
Metadata
Assignees
Labels
No labels
Activity