xiaoxiang781216 commented on code in PR #2241: URL: https://github.com/apache/nuttx-apps/pull/2241#discussion_r1442487854
########## interpreters/wamr/Kconfig: ########## @@ -103,10 +103,9 @@ config INTERPRETERS_WAMR_ENABLE_SPEC_TEST config INTERPRETERS_WAMR_STACK_GUARD_SIZE int "Custom stack guard size" - default 0 + default 1024 Review Comment: I assume that the stack size consumed by wamr function is fixed, why wasm engine can't catch the stack overflow before jump to the new function? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org