Hacker News new | ask | show | jobs
by lukevp 2129 days ago
Don’t learn this or web assembly, learn TypeScript and then Rust. TS will teach you a lot about type systems, classes, modules, interfaces, async/await, etc. Rust will teach you about memory management, filter expressions, futures, (im)mutability, etc. They are both mature languages that are usable in your web dev context and that you’ll be able to find resources to learn. No one is writing WebAssembly manually, it’s even lower level than regular assembly. It would be super painful to write directly, it’s meant as a virtual architecture that can be efficiently executed.