examples/terminate: Use wasm_runtime_spawn_exec_env as well (#3049)

This commit is contained in:
YAMAMOTO Takashi
2024-01-18 21:44:09 +09:00
committed by GitHub
parent b97370e3a8
commit fde98331ff
3 changed files with 75 additions and 7 deletions

View File

@ -45,6 +45,7 @@ if (NOT CMAKE_BUILD_TYPE)
endif ()
set (WAMR_BUILD_LIBC_WASI 1)
set (WAMR_BUILD_LIB_WASI_THREADS 1)
set (WAMR_BUILD_THREAD_MGR 1)
set (WAMR_BUILD_INTERP 1)
set (WAMR_BUILD_AOT 1)