**Understanding Every Byte in a WASM Module** New post in which I break down the meaning of every byte in a WASM module binary. Includes interesting bits from sources other than the core spec, such as padding global indices for link time section merging. danielmangum.com/posts/every-by…
2
30
99
12K
59
Download Image
@hasheddan @technosophos this is much better than my youtube.com/watch?v=pkw9US… but I'm linking it anyway, it helped me get a visceral feel for the format
@hasheddan Great write up about WASM Module! Thank you!