microsoft / Chakra-Samples

Repository for Chakra JavaScript engine related samples.
MIT License
216 stars 84 forks source link

C# Sample Updates #84

Open grahamehorner opened 6 years ago

grahamehorner commented 6 years ago

Please update samples to align with Chakar/ChakraHost

liminzhu commented 6 years ago

hey @grahamehorner , are there any parts of the samples you feel are outdated?

grahamehorner commented 6 years ago

the sample I have looked into seem all to be using native calls into the api and not using the c# wrapper, given that unsafe methods have been wrapped to ease intergrations IMHO samples should show how to use the wrapper.

liminzhu commented 6 years ago

This is intentional since we own ChakraCore and its hosting API. The C# wrapper is technicality a tool built for/on top of that and if possible we'd love something like that to be owned/updated by the community.