Skip to content

Commit

Permalink
Increase stack size in the example app (bytecodealliance#1880)
Browse files Browse the repository at this point in the history
  • Loading branch information
loganek authored Jan 11, 2023
1 parent 0e2382a commit 903f521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/wasi-threads/wasm-apps/wasi_thread_start.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 903f521

Please sign in to comment.