Skip to content

Commit f0f807d

Browse files
committed
decrease max stack size because it overflows
1 parent b438c1c commit f0f807d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasm3-sys/wasm3/source/m3_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# endif
2222

2323
# ifndef d_m3MaxFunctionStackHeight
24-
# define d_m3MaxFunctionStackHeight 65536 // TODO: comment on upper limit
24+
# define d_m3MaxFunctionStackHeight 16384 // TODO: comment on upper limit
2525
# endif
2626

2727
# ifndef d_m3MaxLinearMemoryPages

0 commit comments

Comments
 (0)