Introduction to Web Assembly
By Jem Young
Contents
Introduction
Hello
Introduction to Web Assembly
Low Level Stuff
Binary
Binary continued
Hexadecimal
The underrated .toString() method
Memory
Numeric types
Web Assembly
What is Web Assembly?
Modules
Stack and OpCode
Writing Web Assembly
AssemblyScript
What is AssemblyScript
AssemblyScript Setup
Writing AssemblyScript
Loading AssemblyScript - NodeJS
Loading AssemblyScript - Browser
Imports
AssemblyScript Loader
Using the AssemblyScript loader
Memory
JS vs Wasm
Conclusion
In closing