From a077598b6d0c10f091caa9324e9cdfbe2ebf889c Mon Sep 17 00:00:00 2001 From: Masayuki Ishikawa Date: Wed, 26 May 2021 14:10:44 +0900 Subject: [PATCH] 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 --- interpreters/wamr/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interpreters/wamr/Kconfig b/interpreters/wamr/Kconfig index 4896b40be..33374f9f9 100644 --- a/interpreters/wamr/Kconfig +++ b/interpreters/wamr/Kconfig @@ -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.