Skip to content

Commit

Permalink
increasing wasm3 d_m3MaxFunctionStackHeight
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfouilleul committed Aug 4, 2024
1 parent cc02bf1 commit 9909387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ext/wasm3/source/m3_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# endif

# ifndef d_m3MaxFunctionStackHeight
# define d_m3MaxFunctionStackHeight 4000 // max: 32768
# define d_m3MaxFunctionStackHeight 16000 // max: 32768
# endif

# ifndef d_m3MaxLinearMemoryPages
Expand Down

0 comments on commit 9909387

Please sign in to comment.