Skip to content

Commit 3d0a117

Browse files
committed
feat(wamr): use fast interpreter
In latest main, the build configuration we use is unsupported. Fast interp will be used as default option. Error from wamr: Unsupported build configuration: SIMD + CLASSIC_INTERP Signed-off-by: Krisztian Szilvasi <34309983+kr-t@users.noreply.github.com>
1 parent 6a17ff7 commit 3d0a117

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

cmake/wamr.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# SPDX-License-Identifier: Apache-2.0
55

66
set (WAMR_BUILD_INTERP 1)
7-
set (WAMR_BUILD_FAST_INTERP 0)
87
set (WAMR_BUILD_AOT 1)
98
set (WAMR_BUILD_JIT 0)
109
set (WAMR_BUILD_LIBC_BUILTIN 0)

zephyr/wamr.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ message("Selected target ISA: ${TARGET_ISA}")
5656
set(WAMR_BUILD_PLATFORM "zephyr")
5757
set(WAMR_BUILD_TARGET ${TARGET_ISA})
5858
set(WAMR_BUILD_INTERP 1)
59-
set(WAMR_BUILD_FAST_INTERP 0)
6059
if (CONFIG_OCRE_WAMR_AOT)
6160
set(WAMR_BUILD_AOT 1)
6261
else()

0 commit comments

Comments
 (0)