webassembly

Philly ETE 2016 – Luke Wagner – WebAssembly: A New Compilation Target for the Web

>WebAssembly is an emerging standard which defines a new, portable, binary format to serve as a safe and efficient compiler target for the Web. Driven by active cross-browser collaboration, WebAssembly is rapidly taking shape and should be coming in the future to a browser near you. What does this new addition to the open Web platform mean for developers? This talk will provide an overview of the design of WebAssembly and explain how WebAssembly can be used to both bring existing codebases to the Web as well as complement modern web apps written in JS and HTML5. The talk will also cover future directions for WebAssembly such as supporting languages beyond C/C++ and providing tighter integration with JS and Web APIs. If you care about large code, load time, predictable performance, compiling to the web, alternative programming languages or you are using a framework that does, come learn about WebAssembly.

TechCast #94 – Luke Wagner on WebAssembly

Luke Wagner is a research engineer at Mozilla, the makers of Firefox and the shepherds of the JavaScript language specification, known as ECMAScript and managed by the famous TC-39 subcommittee. Luke and his group are working on building a specification for and implementation of a binary runtime for the web. Known as WebAssembly, this runtime … Read More