Completed
- creating a math library
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Programming WebAssembly with Zig - Getting Started with the Zig Programming Language
Automatically move to the next video in the Classroom when playback concludes
- 1 - introduction
- 2 - installing ZIG
- 3 - hello world
- 4 - super fast ZIG compilation
- 5 - creating a math library
- 6 - compiling our ZIG math library in webassembly
- 7 - executing our wasm library in node.js
- 8 - converting our webassembly from wasm to wat
- 9 - analyzing our dissassembled webassembly in WAT webassembly text format
- 10 - using WASI, WASM and WASMER to run our ZIG WASM independently
- 11 - conclusion