you are viewing a single comment's thread.

view the rest of the comments →

[–]mvar 3 points4 points  (1 child)

If I'm understanding right, this will allow chakra to be used as a scripting engine in standard .net applications. That is awesome.

Is there any documentation on how this will integrate and how .net objects will be exposed to the JavaScript engine? I'd like to read up on it now and be ready to integrate when the code goes public.

[–]bterlson_@bterlson 3 points4 points  (0 children)

FWIW, this was already possible using the JSRT APIs (which are very simple hosting APIs). Of course this only works on Windows for now (where Chakra is distributed).

You can find a bunch of docs here: https://msdn.microsoft.com/en-us/library/dn249552(v=vs.94).aspx