Hi, Firefox OS does not support C++ applications. If you want to run your application in Firefox OS, you need to convert it to Javascript. One solution you have is to use Emscripten [1] to help you with the conversion process.
[1] https://github.com/kripken/emscripten/wiki Cheers, -- Mounir On 17/07/13 01:28, [email protected] wrote: > 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 > _______________________________________________ dev-webapps mailing list [email protected] https://lists.mozilla.org/listinfo/dev-webapps
