This is the introduction video to WebAssembly and emscripten. We introduce WebAssembly as an Assembly-type language that allows web browsers to harness the raw power of the CPU, not limited by layers of abstraction between javascript and the CPU. The first part goes over the installation of emscripten, the platform used to compile code into WebAssembly. Then, we write a simple "Hello, world!" example in C and compile it to WebAssembly and see its output in several different ways using JavaScript and HTML.
• Installation guide: https://emscripten.org/docs/getting_s...
• Hello world example: https://emscripten.org/docs/getting_s...
GitHub repository: https://github.com/emscripten-core/em...
• VS Code Live Server extension: https://marketplace.visualstudio.com/...
• Wasm2Wat (Wasm disassembly): https://webassembly.github.io/wabt/de...
• Website: https://michaelg29.github.io/
• Discord: / discord
• This Github Repo: https://github.com/michaelg29/webasse...
• This Playlist: • WebAssembly Tutorial