Hacker News new | ask | show | jobs
by pmontra 2795 days ago
It's javascript.options.shared_memory. It's currently set to false in Firefox 63.

As other people already wrote, it was disabled at the beginning of the year because of timing attacks related to Spectre and Meltdown. Details at https://blog.mozilla.org/security/2018/01/03/mitigations-lan...

We had this thread on HN about multithreading Rust with WASM https://news.ycombinator.com/item?id=18283110