What, we can run C++ in our browsers? o.O
Details
WebAssembly is an open standard for bytecode which is intended to run inside a browser. It is intended as in addition to and not as a replacement for JavaScript with the purpose of enabling high performance applications on the web. Any programming language which is supported by LLVM (e.g. C++ and Rust) can be compiled to WebAssembly.
This talk assumes no prior knowledge of WebAssembly or Rust and only basic knowledge of C++. It is an introduction to WebAssembly and how to get started with WebAssembly using C++ and Rust.