It would be great to get access to the IE9+ Chakra engine as a lightweight (in terms of file size), ES5 compatible alternative to V8.
Comments: Thanks for the reply. I will definitely check out the JsRT API. TBH I was pretty certain this was going to be a non-trivial request when I wrote it. Still, I wonder if there is some way to get access to the modern bits of Chakra (parsing, ES5 extras, JSON etc.) via it's ActiveScript implementation? So far all the attempts I've seen just make JScript go faster, but can't access the rest of the new features.
Comments: Thanks for the reply. I will definitely check out the JsRT API. TBH I was pretty certain this was going to be a non-trivial request when I wrote it. Still, I wonder if there is some way to get access to the modern bits of Chakra (parsing, ES5 extras, JSON etc.) via it's ActiveScript implementation? So far all the attempts I've seen just make JScript go faster, but can't access the rest of the new features.