mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-06 15:05:19 +00:00
Increase stack size in the example app (#1880)
This commit is contained in:
parent
0e2382a959
commit
903f5212f1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user