Skip to content
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

Open
bkimman opened this issue Jul 29, 2022 · 5 comments
Open

Embedding Samples #6826

bkimman opened this issue Jul 29, 2022 · 5 comments
Assignees

Comments

@bkimman
Copy link

bkimman commented Jul 29, 2022

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.

@ppenzin ppenzin self-assigned this Aug 11, 2022
@ppenzin
Copy link
Member

ppenzin commented Aug 11, 2022

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?

@rhuanjl
Copy link
Collaborator

rhuanjl commented Aug 27, 2022

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.

@gamagan
Copy link

gamagan commented Nov 2, 2022

Did anything come out from this ticket?

@bkimman
Copy link
Author

bkimman commented Nov 3, 2022

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

@bkimman
Copy link
Author

bkimman commented Jan 22, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants