Hi, I would like to use SpiderMonkey ( the javascript engine from Mozilla ) in my application. I want to use the js3250.dll shipped with firefox but i have a pb from the very beginning. It seems that the JS_NewRuntime method is not available anymore (according to the depends tool ). Any idea how to embed the javascript engine into another app ( C or Python) ?
Thx