We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In some cases module owners would like to us N-API even if they are using other internal APIs like libuv, openssl.
Today that would be unsafe because N-API bypasses the Node module version check and therefore you should only use N-API for "pure" modules.
We should an an option through Macros or some other solution so people can use N-API but also use those other modules safely.
The text was updated successfully, but these errors were encountered:
nodejs/node#25539 proposes an ABI checking scheme.
Sorry, something went wrong.
No branches or pull requests
In some cases module owners would like to us N-API even if they are using other internal APIs like libuv, openssl.
Today that would be unsafe because N-API bypasses the Node module version check and therefore you should only use N-API for "pure" modules.
We should an an option through Macros or some other solution so people can use N-API but also use those other modules safely.
The text was updated successfully, but these errors were encountered: