mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
interpreters: wamr: Change the default version to "04-15-2021"
Summary: - This commit changes the default version to "04-15-2021" to fix a compile error for Cortex-M target Impact: - WASM micro runtime (WAMR) - NOTE: There are still compile warnings in the WAMR which should be fixed later Testing: - Tested with spresense (NOTE: need to add -lm) - Tested with esp32-devkitc Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
parent
b843486386
commit
a077598b6d
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ if INTERPRETERS_WAMR
|
|||
|
||||
config INTERPRETERS_WAMR_VERSION
|
||||
string "WAMR Version"
|
||||
default "09-29-2020"
|
||||
default "04-15-2021"
|
||||
---help---
|
||||
Version 09-29-2020 and later (include main) supported.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue