JavaScriptKit icon indicating copy to clipboard operation
JavaScriptKit copied to clipboard

Add `stackSize` parameter to `WebWorkerTaskExecutor` and `WebWorkerDedicatedExecutor`

Open kateinoigakukun opened this issue 10 months ago • 0 comments

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 avatar Apr 20 '25 10:04 kateinoigakukun