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
{{ message }}
This repository was archived by the owner on Jun 13, 2024. It is now read-only.
I was exploring using ChakraCore instead of Chakra for UWP apps. I was doing it to leverage the new JsRT API to parse script as library(agarwal-sandeep/ChakraCore@83b1bcf?diff=unified) which was merged into ChakraCore. After having added the ChakraCore.dll to the project, there were exceptions stating that the below APIs were undefined.
JsSetProjectionEnqueueCallback.
JsProjectWinRTNamespace.
JsStartDebugging.
Is it recommended to use ChakraCore for UWP apps in windows 10? Or should we wait for the features added in ChakraCore to be available on Chakra which I believe happens with OS update?
Also script debugging seems to be not working with ChakraCore!!!