Web Assembly
Igor Saroko
isaroko@mail.ru
Before Web Assembly
asm.js
Native Client (Google)
WebCl
What is WebAssembly?
.wasm files
.wat (.wast) files
How to add some C/C++ code to your web application using WebAssembly?
The most straightforward way
Javascript glue code examples
WebAssembly JavaScript API documentation
Apart from Emscripten you can also use more advanced tools
WABT
Binaryen
Security
Examples of some games exported in WebAssembly
Tanks! Demo
Play tanks
Zen Garden (by Epic)
Play Zen Garden
May the Force of WebAssembly be with you