yamt commented on code in PR #2385:
URL: https://github.com/apache/nuttx-apps/pull/2385#discussion_r1599406623
##########
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:
ok. done.
--
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]