Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions interpreters/wamr/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ config INTERPRETERS_WAMR_MINILOADER
---help---
Mini-loader don't check the integrity of wasm module

config INTERPRETERS_WAMR_STACK_GUARD_SIZE
int "Custom stack guard size"
default 0
---help---
Reserve some space in stack as guard to detect stack overflow,
use stack base by default but may not safe enough.

config INTERPRETERS_WAMR_THREAD_MGR
bool "Enable thread manager"
default n
Expand Down