mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-09 13:16:26 +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
|
#ifndef WASI_THREAD_START_H
|
||||||
#define 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 {
|
typedef struct {
|
||||||
void *stack;
|
void *stack;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user