I have an application with an embedded spidermonkey JS engine, and am interested in embedding gears as well, primarily for the workerpool support. Is there any documentation on which calls are necessary to link with google gears? (ie, stubs the browsers use). Do I need to emulate any particular browser functionality?
From digging through the code a bit, it seems gearsfactory uses a dispatcher construct, through which the various methods (for example createworker, onmessage, etc.) are registered. What are the particular calls I need to make to have my standalone application use the gearsfactory dispatcher? Or should I be following a different track? Thanks, Nicolas
