TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What are the definitive resources for understanding WASM?

9 pointsby adam_ellsworthover 3 years ago

2 comments

endermover 3 years ago
These books really helped me:<p><a href="https:&#x2F;&#x2F;rustwasm.github.io&#x2F;docs&#x2F;book&#x2F;" rel="nofollow">https:&#x2F;&#x2F;rustwasm.github.io&#x2F;docs&#x2F;book&#x2F;</a><p><a href="https:&#x2F;&#x2F;rustwasm.github.io&#x2F;docs&#x2F;wasm-bindgen&#x2F;" rel="nofollow">https:&#x2F;&#x2F;rustwasm.github.io&#x2F;docs&#x2F;wasm-bindgen&#x2F;</a><p><a href="https:&#x2F;&#x2F;rustwasm.github.io&#x2F;docs&#x2F;wasm-pack&#x2F;" rel="nofollow">https:&#x2F;&#x2F;rustwasm.github.io&#x2F;docs&#x2F;wasm-pack&#x2F;</a><p>I also enjoy Lin Clark&#x27;s visual explanations of WebAssembly:<p><a href="https:&#x2F;&#x2F;hacks.mozilla.org&#x2F;2017&#x2F;02&#x2F;a-cartoon-intro-to-webassembly&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hacks.mozilla.org&#x2F;2017&#x2F;02&#x2F;a-cartoon-intro-to-webasse...</a>
dccoolgaiover 3 years ago
&quot;The Art of Webassembly&quot; has been really helpful for me. Most of the other books are really about Rust.