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:
Masayuki Ishikawa 2021-05-26 14:10:44 +09:00 committed by Alin Jerpelea
parent b843486386
commit a077598b6d

View File

@ -12,7 +12,7 @@ if INTERPRETERS_WAMR
config INTERPRETERS_WAMR_VERSION config INTERPRETERS_WAMR_VERSION
string "WAMR Version" string "WAMR Version"
default "09-29-2020" default "04-15-2021"
---help--- ---help---
Version 09-29-2020 and later (include main) supported. Version 09-29-2020 and later (include main) supported.