All Standard Browsers On Deck: WebAssembly (WASM)

I am late to the news, but have in late been following, what looks to be a very promising new framework for ASP.NET WebCore framework called Download: ASP.NET Blazor or Release Version

This new framework is currently in BETA (Experimental). The existence of the framework is all due to "All Browsers On Deck: WebAssembly"

Little New but Old News

WebAssembly (Design Documents) is a new format for native programs on the web. It suggest, being able to support everything that asm.js supports, with the VM to sidestep the JS parsing and profiling pipeline entirely. Which should provide the Browser with a noticeable performance increase.

Wrap Up

All in all, really, this is very exiting stuff. The browser now able to handle programs compiled from high-level languages into wasm modules and loaded as libraries. Personal opinion, just tinkering with this experimental framework brings joy from the standpoint of productivity, quick to market! True Rapid Development: Taming Wild Software Schedules

Comments