Hi there! I am developing an application that I would like to enable several scripting languages in, and the first planned implementation will use the SpiderMonkey JS engine. As I'm trying to make the application robust, allowing the user to select the scripting language to drive it and an XPCOM repository to drive all app-specific functionality, I was wondering if somebody had built an XPCOM component wrapper for the SpiderMonkey JS engine, or knew of one in the works...?
Seeing as how the engine is already somewhat OO with opaque object pointers and methods operating on those objects, I wouldn't think it would be too bad, and hoped someone has already done it (would save me some extra coding time). If not - that would be good to know as well. Also - as an aside, but still related - is there any kind of XPCOM repository on the web where applications could query for components built for a certain platform and download those it needs? I'm not using Mozilla/Firefox, and am looking more for functional components (e.g. HTTP, SOAP, XML-DOM, etc) rather than browser-manipulation/chrome/filesystem/bookmark components... Thanks! -R _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
