Hello, I'm now porting my C++ applications into several OSes and the FireFox OS is the one of the targets.
My C++ application runs on linux platform and uses lots of low level Linux APIs, and I verified also it's working well on Gonk layer in FireFox OS without the UI. So, to fully port it to FireFox OS, I need to expose some of JavaScript APIs which communicates with my C++ application, but I cannot find any way for exposing the new APIs to Gaia layer. So my questions are, is there any way to expose the new APIs(for using C++ library) to Gaia layer?, can the Gecko plug-in APIs be used for it? Because the C++ application uses lots of low level Linux APIs and shared object designs, I guess the emscripten cannot be used.. Any comments would be highly appreciated.. Thanks & B. Regards, Inbae _______________________________________________ dev-webapps mailing list [email protected] https://lists.mozilla.org/listinfo/dev-webapps
