"bind a peripheral with nodejs" - what does this mean? Regardless, I suggest the first step is to read the documentation ( https://kripken.github.io/emscripten-site/docs/getting_started/index.html) and get a feel for emscripten. Then, assuming you're compiling a library which links to nodejs, you need to compile nodejs with emscripten.
I suspect once you've done that you'll have the necessary experience to figure out what your next steps might be. On 10 September 2015 at 14:25, Raman Sharma <[email protected]> wrote: > > Hi ALL, > > I have to bind a peripheral with nodejs and need to compile using > Emscripten. > I have source code written in C++ and Nodejs, which is working correctly > using Node-GYP. > > But, I have to do with Emscripten this time,Kindly help me. > > > Regards, > Raman > > -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Aidan Currently co-authoring a book on Docker - http://docker-in-practice.github.io/ -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
