Hacker News new | ask | show | jobs
by nobbis 1435 days ago
We rely on Wasm for Metascan (https://metascan.ai/explore) which allows us to use the same rendering code on iOS, the desktop, and the web.

Accessing multithreading is limited as SharedArrayBuffer requires cross-origin isolation to mitigate Spectre. Apart from that, it works great.