On 29/01/13 04:11, Chris Molozian wrote: > As far as I'm aware if I want to add support for Firefox OS to that > project I'll actually not be able to make use of the library at all. > Instead I believe I'll need to port the entire codebase to Javascript > and use the HTML5 Local Storage <http://diveintohtml5.info/storage.html> > API for the data storage layer. > > Is my current conclusion correct?
As Dale says, try Emscripten. That may well allow you to use the existing C++ code. I think I can say without fear of contradiction that there are no plans for an NDK for Firefox OS - it would be antithetical to what we are trying to achieve. Gerv _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
