I should clarify…I thought WebAssembly threads were only available using the incoming branch. I know that asm.js has had pthreads for awhile.
-------------------------------------- Scott > On May 11, 2018, at 1:29 PM, Brion Vibber <[email protected]> wrote: > > ility between -s FETCH=1 and wasm mode correct? > On Fri, May 11, 2018 at 1:23 PM Scott Watson <[email protected] > <mailto:[email protected]>> wrote: > Tell me if I’m wrong, but pthreads are only available right now on the > incoming branch, right? > > The current releases are tagged snapshots from incoming, and do include > pthreads support. (The master branch is ancient though, and is probably not > working with threading.) > > > As far as the error you got on the incoming branch, I’m not sure what’s going > on there. Mine builds fine. I am using the emscripten_fetch api. I didn’t > see anything that made me believe it wasn’t available on WASM. Am I wrong? > > Looks like it's a new check introduced a couple days ago when Alon switched > the default mode from asm.js to wasm... Alon, can you shed some more light on > this? I'm not too familiar with the fetch stuff myself. > > -- brion > > > -- > You received this message because you are subscribed to a topic in the Google > Groups "emscripten-discuss" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/emscripten-discuss/Uv2rB72I9QI/unsubscribe > <https://groups.google.com/d/topic/emscripten-discuss/Uv2rB72I9QI/unsubscribe>. > To unsubscribe from this group and all its topics, send an email to > [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <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.
