Comment on Which side are you? Javascript or Typescript
rederick29@sh.itjust.works 1 year agoWhy should beginners approaching web development stay away from WASM? I’ve used it a few times to create online demos of software I made in Rust and it was a very simple and painless experience to get it working in a website. I consider myself a beginner and I have not run into any issues with it so far.
CodeBlooded@programming.dev 1 year ago
WASM is simply further down the rabbit hole for someone who is new to programming (but not someone who’s already a programmer and just doesn’t focus on web dev today). You are likely far less beginner than you think if you’re making decisions like “I’m going to port my software written in Rust to WASM so I can demo it.”