You can check out my node-bindings ( https://github.com/TooTallNate/node-bindings) module which was designed with this cross platform+arch bundling mentality in mind.
I tried doing it for a while in node-ffi (precompiling releases for each platform and arch combo, like 10 total) and my conclusion is that it's a lot of extra work when you're potentially doing releases often. So I decided stop bundling precompiled binaries for node-ffi with the hopes that a better precompiled binary solution comes along someday. 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?) Wow, that would be awesome. We should start bugging them about that again :) -- -- 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.
