WebAssembly Resource Links

Some general Wasm links for everyone, feel free to add any you think might be useful…

WebAssembly Awesome List
https://github.com/mbasso/awesome-wasm/blob/master/README.md

WebAssembly IDL overview by Lin Clark
https://hacks.mozilla.org/2019/08/webassembly-interface-types/

Intro to WebAssembly
https://rsms.me/wasm-intro

Writing WebAssembly By Hand
https://blog.scottlogic.com/2018/04/26/webassembly-by-hand.html

5 Likes

Useful tooling for converting your compiled modules to and from WebAssembly Text Format:
https://github.com/WebAssembly/wabt

Online versions are here too:
https://webassembly.github.io/wabt/demo/wasm2wat/
https://webassembly.github.io/wabt/demo/wat2wasm/

4 Likes

Lin Clark’s excellent talk gives an overview of WebAssembly:
Lin Clark: A Cartoon Intro to WebAssembly | JSConf EU 2017

And a summary of her accompanying articles:
https://www.smashingmagazine.com/2017/05/abridged-cartoon-introduction-webassembly/

4 Likes