No, any wasm module that contains mutex instructions would require a shared memory. Shared memories are not currently supported without in stable browsers without a flag.
On Thu, Jan 17, 2019 at 10:13 AM <[email protected]> wrote: > > I know that the current generation of wasm doesn't support threads yet, but > what happens if the javascript layer calls into the wasm module from a worker > thread? Would mutexes in the wasm module still work? > > -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
