Skip to content

Commit

Permalink
bump max function stack height
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertdev committed Aug 13, 2022
1 parent 3cdc43a commit b438c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm3-sys/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 2000 // TODO: comment on upper limit
# define d_m3MaxFunctionStackHeight 65536 // TODO: comment on upper limit
# endif

# ifndef d_m3MaxLinearMemoryPages
Expand Down

0 comments on commit b438c1c

Please sign in to comment.