nuttx-apps/examples/wamr_module/Kconfig
Huang Qi 2ecaf0ec48 examples: Add wamr_module
This example demonstrates how to register a external module
into WAMR runtime.

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2024-09-28 15:47:40 +08:00

11 lines
300 B
Text

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config EXAMPLES_WAMR_MODULE
tristate "WAMR module example"
default n
---help---
This example demonstrates how to register a external module
into WAMR runtime.