TannerRogalsky / love.js

LÖVE ported to the web using Emscripten
MIT License
493 stars 53 forks source link

Threads don't work. #1

Closed TannerRogalsky closed 7 years ago

TannerRogalsky commented 8 years ago

Firefox has experimental support for threads but general support seems like it's still a long way off.

https://kripken.github.io/emscripten-site/docs/porting/pthreads.html

davisdude commented 8 years ago

You probably know a lot more about this than I do, but have you read this?

TannerRogalsky commented 8 years ago

Yeah, it's either pthreads in Firefox Nightly or WebWorkers. Neither of which are a very good solution right now.

TannerRogalsky commented 7 years ago

Threads work in 0.11.