-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,15 @@ | ||
Useful blogs, talks and other resources. | ||
This section includes ChakraCore resources such as blog posts and talks. Some of the resources speak of Chakra, but the content applies to ChakraCore as well. | ||
|
||
Talks | ||
* [Chakra: The JavaScript Engine that powers Microsoft Edge](https://channel9.msdn.com/Events/WebPlatformSummit/2015/Chakra-The-JavaScript-Engine-that-powers-Microsoft-Edge) (May 2015) | ||
* [Fast Apps and Sites with JavaScript](https://channel9.msdn.com/Events/Build/2013/4-313) (June 2013) | ||
|
||
Blogs | ||
* [Announcing ChakraCore](http://aka.ms/chakracoreannoucement) (December 2015) | ||
* [Supercharging JavaScript performance with asm.js](http://blogs.windows.com/msedgedev/2015/11/10/supercharging-javascript-performance-with-asm-js/) (November 2015) | ||
* [Asynchronous code gets easier with ES2016 Async Function support in Chakra and Microsoft Edge](http://blogs.windows.com/msedgedev/2015/09/30/asynchronous-code-gets-easier-with-es2016-async-function-support-in-chakra-and-microsoft-edge/) (September 2015) | ||
* [Delivering fast JavaScript performance in Microsoft Edge](http://blogs.windows.com/msedgedev/2015/05/20/delivering-fast-javascript-performance-in-microsoft-edge/) (May 2015) | ||
* [JavaScript moves forward in Microsoft Edge with ECMAScript 6 and beyond](http://blogs.windows.com/msedgedev/2015/05/12/javascript-moves-forward-in-microsoft-edge-with-ecmascript-6-and-beyond/) (May 2015) | ||
* [Bringing Asm.js to Chakra and Microsoft Edge](http://blogs.windows.com/msedgedev/2015/05/07/bringing-asm-js-to-chakra-microsoft-edge/) (May 2015) | ||
* [Classes in JavaScript: Exploring the Implementation in Chakra](http://blogs.msdn.com/b/ie/archive/2014/12/15/classes-in-javascript-exploring-the-implementation-in-chakra.aspx) (December 2014) | ||
* [Announcing key advances to JavaScript performance in Windows 10 Technical Preview](http://blogs.msdn.com/b/ie/archive/2014/10/09/announcing-key-advances-to-javascript-performance-in-windows-10-technical-preview.aspx) (October 2014) |