Ah yeah, I have a patch for that in the queue, that will fix this proper. Unfortunately there is no workaround that could be used in the meanwhile. I'll post back here once the fix is in in Nightly.
--
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 emscripten-disc...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks! The SharedArrayBuffer and pthreads work is a carried out separately from the webgl in worker effort, by mostly different people, but they are both part of a well coordinated simultaneous strategy, where the goal is to empower the workers so that they are useful for a wide range of serious tasks. In Emscripten we are looking to eventually improve the proxy to worker feature by needing fewer items proxied, and researching the feasibility of synchronous blocking loops. That would get much closer to a programming model parity with native, and therefore would enable easier porting of native code. However there are still a lot of unknowns, but we will keep you posted how this progresses.
To unsubscribe from this group and stop receiving emails from it, send an email to emscripten-discuss+unsub...@googlegroups.com.
--
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 emscripten-disc...@googlegroups.com.
Does it mean we can use C++11 std::thread?
--
Our tests use the pthreads API. I did a little test with std::thread and it looks like it doesn't work, I filed https://github.com/kripken/emscripten/issues/3721
On Wed, Aug 26, 2015 at 11:31 PM, Jean-Marc Le Roux <jeanmar...@aerys.in> wrote:
Does it mean we can use C++11 std::thread?
--
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 emscripten-discuss+unsub...@googlegroups.com.
Could this error be related to SharedArrayBuffer in Firefox Nightly?TypeError: asm.js type error: could not match typed array nameTypeError: asm.js type error: Disabled by javascript.options.asmjs in about:configI get this as soon as I load the .js file. I enabled pthread.
On Thursday, August 27, 2015 at 2:42:20 PM UTC-4, Alon Zakai wrote:
Our tests use the pthreads API. I did a little test with std::thread and it looks like it doesn't work, I filed https://github.com/kripken/emscripten/issues/3721
On Wed, Aug 26, 2015 at 11:31 PM, Jean-Marc Le Roux <jeanmar...@aerys.in> wrote:
Does it mean we can use C++11 std::thread?
--
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 emscripten-disc...@googlegroups.com.
--
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 emscripten-disc...@googlegroups.com.