-
-
Notifications
You must be signed in to change notification settings - Fork 13
N-API Support #36
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
N-API Support #36
Conversation
|
It seems CI is failing, could you take a look? |
|
Yes. https://ci.appveyor.com/project/jschlight/native-hdr-histogram/builds/34484967 |
|
I would propose to move to github actions for everything, wdyt? Can you make the change? |
|
Or use |
|
what works for you. |
mcollina
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
This PR replaces the current NAN implementation with an N-API implementation targeted to N-API v3.
In addition to the methods and properties previously added by @ccollie in PR #35, this PR adds the following methods:
See issue #34.