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

[wasm] Fix wasm backend not starting any threads #4957

Merged
merged 12 commits into from
Apr 22, 2021

Commits on Apr 19, 2021

  1. Fix threaded wasm not creating any workers

    Add PTHREAD_POOL_SIZE=4 to linker options to ensure threaded wasm creates workers.
    mattsoulanille committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    ef322ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9dfebd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b65163 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c81c482 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f276012 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Configuration menu
    Copy the full SHA
    e29ea61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c1369b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58930a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Configuration menu
    Copy the full SHA
    7b40891 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5754f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3deb52e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0a17cb View commit details
    Browse the repository at this point in the history