xiaoxiang781216 commented on code in PR #2385:
URL: https://github.com/apache/nuttx-apps/pull/2385#discussion_r1599400345


##########
interpreters/wamr/Kconfig:
##########
@@ -47,6 +47,16 @@ config INTERPRETERS_WAMR_AOT_QUICK_ENTRY
                signature.
                Enable this option will increase the size of runtime, ~8KB.
 
+config INTERPRETERS_WAMR_AOT_WORD_ALIGN_READ
+       bool "Make WAMR AOT loader use word-aligned read"
+       default y
+       depends on INTERPRETERS_WAMR_AOT && ARCH_CHIP_ESP32S3

Review Comment:
   can we remove ARCH_CHIP_ESP32S3 from patch? espressif is working on to make 
the change in wamr more general for other arch/chip too.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to