-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Embedding Samples #6826
Comments
There is a Microsoft repo that has both legacy Chakra and ChakraCore examples: https://github.com/microsoft/Chakra-Samples I know we had a few conversations about it in the past, I think we should just clone it in this organization sans Chakra samples. @rhuanjl any objections? |
We could absolutely have a chakra-samples repository. Assuming the license allows it, copying in the legacy microsoft samples would be a good start and it would be great to see @bkimman's work there also. |
Did anything come out from this ticket? |
Its progressing well ... we are experimenting on the port and have covered lots of distance. Need a little time to put them together in a way that it would be useful as a learning resource |
Its taking longer than I expected .. am training a rookie programmer on this as well; and thats a little time consuming. Have now covered modules, different types of parsing, native object creation .. that leaves Promises .. hopefully complete that this week. K |
I am porting an old application from Moziall JS to chakra.
The application will include helper functions, native objects constructed in C code only and native objects that can be constructed from script with the new operator. I have been experimenting with chakra embedding to complete these tasks.
Since the samples available are limited, where can I shared these so that it could be useful to others as well.
The text was updated successfully, but these errors were encountered: