Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

emscipten/asmjs , jpg crashes? (multithreading?) #703

Closed
dobkeratops opened this issue Dec 17, 2017 · 1 comment
Closed

emscipten/asmjs , jpg crashes? (multithreading?) #703

dobkeratops opened this issue Dec 17, 2017 · 1 comment

Comments

@dobkeratops
Copy link

I haven't tried this myself yet but I hear that jpg decoding doesn't run under emscipten, and it is down to requiring threading (presumably it does some fancy multicore decoding, awesome) .. would there be an appetite to make threading optional (cfg(..)) .. I think asmjs/etc is a hugely important use case (it's what got me back into rust in the past couple of weeks, the idea of settling on it as a client and server language))

@fintelia
Copy link
Contributor

The rayon crate should fallback to a single-threaded version on WASM, so I believe this is resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants