Skip to content

Add stackSize parameter to WebWorkerTaskExecutor and WebWorkerDedicatedExecutor #345

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kateinoigakukun
Copy link
Member

This is useful for extending the stack size of the worker threads as wasi-libc's default stack size is typically 128KB, which may not be sufficient for some workloads.

…dicatedExecutor`

This is useful for extending the stack size of the worker threads as wasi-libc's default
stack size is typically 128KB, which may not be sufficient for some workloads.
@kateinoigakukun kateinoigakukun force-pushed the katei/worker-specific-stacksize branch from c6f4f49 to 4328db1 Compare April 20, 2025 10:52
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

Successfully merging this pull request may close these issues.

1 participant