youtube image
From YouTube: 61 736D: An Introduction to the Binary Magic of WASM - Divya Mohan, SUSE

Description

61 736D: An Introduction to the Binary Magic of WASM - Divya Mohan, SUSE

2022 is the year of WebAssembly (or atleast is touted to be)! A quick google search throws up a plethora of blogs, sessions, videos, and podcasts about the basics and the advantages. However, what NOBODY talks about is the binary magic behind-the-scenes that makes WASM the powerful tool it is. There is a textual component that is more human readable & accessible to those who aren't computers, but the binary matrix is where the real magic happens. With an extremely simple byte-by-byte walkthrough of the generated .wasm code referencing the documentation, this talk aims to offer the audience an understanding of the WASM binary while also demystifying its syntactic building blocks with a demo. A sample outline of the session is as below: - Hello, WASM! - A brief introduction to the state of WASM in 2022. - Writing a simple WASM program (demo) - Generating the binary (demo) - Walkthrough of the entire binary code referencing the documentation - Next steps.