We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2382a commit 903f521Copy full SHA for 903f521
samples/wasi-threads/wasm-apps/wasi_thread_start.h
@@ -5,7 +5,7 @@
5
#ifndef WASI_THREAD_START_H
6
#define WASI_THREAD_START_H
7
8
-#define STACK_SIZE 1024
+#define STACK_SIZE 32 * 1024 // same as the main stack
9
10
typedef struct {
11
void *stack;
0 commit comments