Re: [w3c/ServiceWorker] Should a service worker be able to block with shared memory APIs? (#1115)

FWIW, Firefox's WASM implementation does not seem to be contingent on shared memory and atomics being enabled.  Specifically [our WASM support flag doesn't care](http://searchfox.org/mozilla-central/source/js/src/wasm/WasmJS.cpp#53) and constructor control seems to [treat them orthogonally](http://searchfox.org/mozilla-central/source/js/src/vm/GlobalObject.cpp#97).  @lukewagner, care to weigh in more authoritatively?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1115#issuecomment-294798240

Received on Tuesday, 18 April 2017 11:38:20 UTC