Skip to content

Commit 52a72b5

Browse files
committed
Edit Makefile; Change tinygo stack size
1 parent 7729f14 commit 52a72b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ tinywasm:
159159
$(TINYGOCMD) build \
160160
-tags wasm \
161161
-no-debug \
162+
-stack-size 512kB \
162163
-o $(BIN_WASM) $(TARGET_WASM)
163164

164165

0 commit comments

Comments
 (0)