What the Heck is WebAssembly, and do I Have to Learn C Now?

Presented by @callahad at Web Unleashed 2016, October 4th, 2016.

Note: As of October 2016, you must use Firefox Nightly and manually set javascript.options.wasm to true in about:config, or use Chrome Canary and enable "Experimental WebAssembly" in chrome://flags for native WebAssembly to work.

Note: At the end of September, version 12 ("0xc") of the experimental WebAssembly binary format was released, which changed WebAssembly from a pure AST to a stack-based bytecode. Support for 0xc in browsers and compilers is not yet finished, but should be soon.

Links and Other Resources:

Good Blog Posts / Presentations