- From: Andrew Sutherland <notifications@github.com>
- Date: Tue, 18 Apr 2017 04:37:47 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 18 April 2017 11:38:20 UTC
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