TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Ask HN: What are the definitive resources for understanding WASM?
9 points
by
adam_ellsworth
over 3 years ago
2 comments
enderm
over 3 years ago
These books really helped me:<p><a href="https://rustwasm.github.io/docs/book/" rel="nofollow">https://rustwasm.github.io/docs/book/</a><p><a href="https://rustwasm.github.io/docs/wasm-bindgen/" rel="nofollow">https://rustwasm.github.io/docs/wasm-bindgen/</a><p><a href="https://rustwasm.github.io/docs/wasm-pack/" rel="nofollow">https://rustwasm.github.io/docs/wasm-pack/</a><p>I also enjoy Lin Clark's visual explanations of WebAssembly:<p><a href="https://hacks.mozilla.org/2017/02/a-cartoon-intro-to-webassembly/" rel="nofollow">https://hacks.mozilla.org/2017/02/a-cartoon-intro-to-webasse...</a>
dccoolgai
over 3 years ago
"The Art of Webassembly" has been really helpful for me. Most of the other books are really about Rust.