Introduction
Accelerate your web applications with WebAssembly
()
What you should know
()
Using the exercise files
()
1. WebAssembly and Emscripten
Overview of WebAssembly
()
Installing Emscripten
()
Installation walk-through
()
Compilation and execution
()
Simple WebAssembly example
()
Building projects with emmake
()
Emscripten makefile example
()
2. WebAssembly Development
Loading WebAssembly into JavaScript
()
Loading WebAssembly example
()
Calling JavaScript in WebAssembly
()
Calling JavaScript example
()
Memory objects
()
Memory object example
()
3. Practical Algorithms in WebAssembly
Introduction to quicksort
()
Implementing quicksort in WebAssembly
()
Introduction to matrix operations
()
Managing matrices in memory
()
Matrix operations example
()
4. Analyzing WebAssembly Applications
Analyzing debug information
()
The WebAssembly text format
()
Advanced WebAssembly text format
()
Ex_Files_Web_Assembly_C_PlusPlus.zip
(26.2 MB)