Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

endomoat: implement native module loading & policy gen #1060

Open
boneskull opened this issue Mar 1, 2024 · 1 comment
Open

endomoat: implement native module loading & policy gen #1060

boneskull opened this issue Mar 1, 2024 · 1 comment
Assignees

Comments

@boneskull
Copy link
Contributor

boneskull commented Mar 1, 2024

There are two official (2) ways in which one can write a Node.js native module:

  1. C++ Addons
  2. Node-API (formerly N-API)

In addition, there are two (2) widely-used tools which provide higher-level abstractions around these, respectively:

  1. nan
  2. node-addon-api

The node-addon-examples repo should be a decent reference for detection of native modules.

@boneskull boneskull self-assigned this Mar 1, 2024
@boneskull
Copy link
Contributor Author

I expect this to break down into two separate PRs, at minimum.

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

No branches or pull requests

1 participant