JavaScriptKit
JavaScriptKit copied to clipboard
Add `stackSize` parameter to `WebWorkerTaskExecutor` and `WebWorkerDedicatedExecutor`
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.