Hacker News new | ask | show | jobs
by adamgordonbell 1750 days ago
Can you just compile arbitrary programs to work in web assembly now? This is super cool!
1 comments

Thanks! It's generally easiest to do for C/C++/Rust/AssemblyScript code (other languages often need to ship things like garbage collection or an interpreter alongside it). But even with those languages, it's not always trivial to support features in the browser like file systems, threads, SIMD, etc.