On Mon, Jan 28, 2013 at 11:15 PM, Zoid <[email protected]> wrote: > > On Monday, January 28, 2013 1:31:23 PM UTC+2, Ben Noordhuis wrote: >> >> On Mon, Jan 28, 2013 at 9:33 AM, Zoid <[email protected]> wrote: >> >> > 2. Is there a way to help module maintainers to include precompiled >> > binaries >> > in their npm packages? Are binaries still supported? I'd like to start >> > with >> > ws and xxhash - they both don't have binaries included at least for x64. >> > >> >> You can ship .node files with a npm module and some modules do. See >> the bson module for an example. > > > The question was not how to ship .node files, but how to cooperate with > module maintainers. I don't want to take full responsibility to maintain > module, but can give .node files to the maintainer to include. Does anybody > already do this? > > Andy
Sorry, I thought you were asking if publishing .node files to npm is still supported. I don't know of anyone that goes around offering pre-compiled Windows binaries. You'd have to take it up with the individual maintainers and gauge their interest. What I do know is that Microsoft has at one point entertained the idea of setting up a Windows build farm for add-ons but nothing came of that. (Yet?) -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
