asm.js

About this tag
Asm.js is a strict subset of JavaScript designed as a low-level, efficient target language for compilers, enabling near-native performance in web applications. Microsoft Edge and its Chakra JavaScript engine introduced support for asm.js, allowing developers to run computationally intensive code, such as games or multimedia apps, directly in the browser with optimized performance. This feature was a top user request and is also available in Hosted Web Applications and WebView for Universal Windows Apps. Intel contributed to Chakra's JIT code generation and SIMD enhancements, further improving asm.js performance. The tag covers discussions on asm.js integration, performance benefits, and collaborative development between Microsoft and Intel.
  1. News

    Supercharging JavaScript performance with asm.js

    In June we introduced preview support for asm.js, which is now supported by default in Microsoft Edge starting with Microsoft EdgeHTML 13.10532. With this change, Hosted Web Applications and the WebView in any Universal Windows Application can now benefit from asm-optimized code as well. Asm.js...
  2. News

    Intel’s contributions in Microsoft Edge: SIMD and other performance enhancements

    Microsoft has a long history of collaborating with industry technology leaders to bring the world the best-in-class PC and device experiences. These efforts now also extend to enhancements in the web browsing experience as well. Intel is a great example of a key technology partner who is...
  3. News

    Bringing Asm.js to Chakra and Microsoft Edge

    A couple of months back, we Link Removed that we had started development on Asm.js. Support for Asm.js Link Removed one of the top 10 most-requested items at the Link Removed on UserVoice since we launched it Link Removed. Since that time, we’ve made good progress, and in Windows 10 Insider...
Back
Top