jsrt-winrt icon indicating copy to clipboard operation
jsrt-winrt copied to clipboard

A Windows Runtime Component for accessing and hosting the Chakra JavaScript Runtime hosting API (JsRT) from Windows Store apps.

Results 7 jsrt-winrt issues
Sort by recently updated
recently updated
newest added

It would be great to have a NuGet package for jsrt-winrt instead of having to build from source to use jsrt-winrt

While building the solution for ARM, I noticed that the "unsafe" project setting was not marked correctly for ARM | Debug, ARM | Release and for x86 | Release. Very...

There is a strange thing. When I call _Engine.CallGlobalFunction("Decipher", new[] { _Engine.Converter.FromString(strSignature) }) I get OutOfMemoryException after approximately 5 seconds delay on the method. "Decipher" function is rather simple. Besides...

Avoid a circular memory leak by not holding strong references to an engine via the value objects.