-
Notifications
You must be signed in to change notification settings - Fork 34
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
Investigate use of prebuild with N-API #291
Comments
From @nicknasso sounds like this is a blocker for some add-ons to port so moving to higher priority. |
Since this is related to node-pre-gyp, I'll take a look at this. |
@jschlight It could be interesting if it's possible to follow the similar approach used for node-pre-gyp |
I'm posting these comments here for review and comment by the working group. 2018-06-06 I've spent time stepping through the 2018-06-07 I've incorporated the changes we discussed during today's working group meeting. SummaryLike Essentially, The upload and download features are bundled into Unlike Proposed command line changesThe
|
As noted above, I've added an issue to the prebuild project to track this issue. prebuild/prebuild#220 |
I've got the basic functionality working for builds, uploads, and downloads. This includes the separate I have one question for the group including @gabrielschulhof. As outlined above, the
This differs somewhat from
IIRC, Gabriel had expressed a concern about eventually needing Any comments? |
@jschlight I think your suggestion to use napi instead of node-api is reasonable. |
I will go ahead and change the |
There are now two PRs. One for |
The two PRs have landed and the modules have been published to npm.
|
It's really a grate news. Good work @jschlight. Last week I opened a PR where I added a section about pre build tools. See https://github.com/nodejs/node-addon-api/blob/7f7e78534e85cae0c4685158b5187383fca1597c/doc/prebuild_tools.md. |
@jschlight good work and great to hear :) |
Jim reported it landed in the meeting today. Hooray ! closing. |
We've been looking at node pre-gyp here #263 should also check out prebuild which is a similar but different tool.
The text was updated successfully, but these errors were encountered: