Microsoft made this announcement at the JSConf in Florida today. According to its plan, it will be open sourcing Chakra, the JavaScript engine used in its Edge and Internet Explorer browsers. The code will be published to the Microsoft’s GitHub page next month. Microsoft is open sourcing what it calls ChakraCore. ChakraCore includes the complete JavaScript engine—the parser, the interpreter, the just-in-time compiler, and the garbage collector  along with the API used to embed the engine into applications such as Microsoft Edge. Microsoft’s blog post announcing its plans also says that “In addition to the public, several organizations have already expressed interest in contributing to ChakraCore–among many others, we look forward to working with Intel, AMD, and NodeSource as we develop this community.” Microsoft’s won’t be open sourcing other pieces of Chakra, including the COM diagnostic APIs and the private bindings to the browser and the Universal Windows Platform. Though the open sourced ChakraCore will have performance and capabilities, including asm.js and SIMD support, as well as cutting-edge support for new ECMAScript 2015 language features. From Microsoft’s blog post: