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

Build piranha single threaded #17

Closed
mikeheddes opened this issue Mar 21, 2019 · 1 comment
Closed

Build piranha single threaded #17

mikeheddes opened this issue Mar 21, 2019 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@mikeheddes
Copy link
Contributor

WebAssembly by default only supports single threaded applications and piranha works multi-threaded. To resolve errors and remove the need for the user to set the experimental multi-threading flag in the browser piranha should be configured to only use the main thread.

Main issue is #10.

@mikeheddes mikeheddes added bug Something isn't working help wanted Extra attention is needed labels Mar 21, 2019
@mikeheddes mikeheddes added this to the Working differentiable CGP milestone Mar 21, 2019
@mikeheddes
Copy link
Contributor Author

mikeheddes commented Mar 22, 2019

I opened an issue at piranha for this (see #146).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant