You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am really interested in knowing more about js-bindings for JavaScriptCore. Presently, Cocos2d-x uses "binding-generator" for automatically generating the glue-code, but that seems to be Spidermonkey specific. However, the js-binding code you have provided in your branch, is working for JSC. Do we need to manually write all the bindings for JSC or can we use the same generator in cocos2d for automatic generation of jsbindings for JavaScriptCore.
Also I would like to know about how Spidermonkey and JavaScriptCore differ in their bindings templates. I am trying to make changes in the "binding-generator" to generate bindings for JavaScriptcore.
Thanks and regards
Swagat
The text was updated successfully, but these errors were encountered:
Hello,
I am really interested in knowing more about js-bindings for JavaScriptCore. Presently, Cocos2d-x uses "binding-generator" for automatically generating the glue-code, but that seems to be Spidermonkey specific. However, the js-binding code you have provided in your branch, is working for JSC. Do we need to manually write all the bindings for JSC or can we use the same generator in cocos2d for automatic generation of jsbindings for JavaScriptCore.
Also I would like to know about how Spidermonkey and JavaScriptCore differ in their bindings templates. I am trying to make changes in the "binding-generator" to generate bindings for JavaScriptcore.
Thanks and regards
Swagat
The text was updated successfully, but these errors were encountered: