diff --git a/samples/wasi-threads/wasm-apps/wasi_thread_start.h b/samples/wasi-threads/wasm-apps/wasi_thread_start.h index 651f13c6c4..a46917d0a0 100644 --- a/samples/wasi-threads/wasm-apps/wasi_thread_start.h +++ b/samples/wasi-threads/wasm-apps/wasi_thread_start.h @@ -5,7 +5,7 @@ #ifndef WASI_THREAD_START_H #define WASI_THREAD_START_H -#define STACK_SIZE 1024 +#define STACK_SIZE 32 * 1024 // same as the main stack typedef struct { void *stack;