Latest News

Video: WebAssembly - Real World Applications

YOUTUBE.COM

A fantastic session from Chrome Dev Summit that includes a number of real-world examples of WebAssembly.

NectarJS

CODEBURST.IO

This is an interesting one … NectarJS is a Compiler-as-a-Service, which compiles JavaScript code into a number of native formats, including Linux and Windows Binaries, asm.js and of course WebAssembly. Unlike AssemblyScript, NectarJS uses static analysis to infer types, allowing you to compile JavaScript directly. It looks like this might eventually become a commercial offering.

Yew - a Rust framework for web apps

GITHUB.COM

This framework, inspired by React and Elm, includes a JSX-style syntax for mixing HTML and Rust code. Yet another example of the Rust community embracing WebAssembly.

Caching WebAssembly modules with IndexDB

BLOGSPOT.CO.UK

A worked example of caching WebAssembly modules.