Adapted from internal feedback:
It would have been helpful if there had been a more descriptive documentation explaining about doing basic things using ChakraCore, like how to expose classes to js, how to receive objects from js with the current state, namespaces, how to get/set attributes, how to invoke a js function, and how to export a C++ function to js. We had to dig into the sample projects hosted in the github page to understand how to do things in ChakraCore. A better documentation could have helped and saved time for us.
If this information is already available in a form other than the example projects, we should try to improve the discoverability of that info.
Adding @liminzhu's list of topics to the main post so we get the handy progress meter:
Adapted from internal feedback:
If this information is already available in a form other than the example projects, we should try to improve the discoverability of that info.
Adding @liminzhu's list of topics to the main post so we get the handy progress meter:
Expose native functions / external objects to JavaScriptAdd JSRT basic tasks tutorials #44Script serialization with lazy source loadingAdd JSRT basic tasks tutorials #44Call functionsAdd JSRT basic tasks tutorials #44