HACKER Q&A
📣 Graffur

What web apps use WASM today?


What web apps use WASM today?


  👤 neoneye2 Accepted Answer ✓
In 2021, I made my first WASM experiment, an editor for LODA. You can try it here: https://loda-lang.org/edit/?oeis=2487

Getting the Rust code to output wasm was easy. Getting the wasm run in a separate web worker was difficult.

The outputted wasm file is around 1mb. I'm not sure if the outputted wasm file can be compacted. This is the script I use for generating the wasm file. Any ideas? https://github.com/loda-lang/loda-rust/blob/develop/rust_pro...


👤 empalms
I read something a while back about AutoCAD using WASM.

Found this site after a quick google search but it doesn’t appear to be actively maintained : https://madewithwebassembly.com


👤 carlosdp
Figma is a big one