I am trying to run chakra core c# sample provided here(https://github.com/Microsoft/ChakraCore/wiki/Embedding-ChakraCore#before-you-start) but getting error :
I tried to install this also but getting error with it :
Install-Package JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64 -Version 2.4.6
As per my understanding if i want to use chakracore in my project(console app or web application) then i only need chakra core.dll but still i am getting error that chakra core dll not found.
I have tried in visual studio 2015 and 2017 but same problem.
I have few confusion if someone can answer that :
1) Can chakracore execute any javascript code?
2) Can i pass json result to my javascript and get that json result return from the javascript by executing that javascript code with chakracore?
How run run sample application which should display hello world in console application executing javascript code?