Introduction to Web Assembly

By Jem Young

Contents

  1. Introduction

    1. Hello
    2. Introduction to Web Assembly
  2. Low Level Stuff

    1. Binary
    2. Binary continued
    3. Hexadecimal
    4. The underrated .toString() method
    5. Memory
    6. Numeric types
  3. Web Assembly

    1. What is Web Assembly?
    2. Modules
    3. Stack and OpCode
    4. Writing Web Assembly
  4. AssemblyScript

    1. What is AssemblyScript
    2. AssemblyScript Setup
    3. Writing AssemblyScript
    4. Loading AssemblyScript - NodeJS
    5. Loading AssemblyScript - Browser
    6. Imports
    7. AssemblyScript Loader
    8. Using the AssemblyScript loader
    9. Memory
    10. JS vs Wasm
  5. Conclusion

    1. In closing