Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,11 @@ elseif(NOT ENGINE OR ENGINE STREQUAL "")
# By default a pinned version of Wasmtime is used that's kept relatively
# up-to-date. Note though that `wasm32-wasip1-threads` requires an explicitly
# older version of Wasmtime as the latest releases no longer support
# wasi-threads. Additionally for wasip3's new ABI, e.g.
# `HAVE_WASM_LIBCALL_THREAD_CONTEXT`, a currently-unrelated version of
# Wasmtime is required which has various bugs fixed in it.
set(wasmtime_version v47.0.0)
# wasi-threads.
set(wasmtime_version v48.0.1)
if (TARGET_TRIPLE MATCHES "-threads")
set(wasmtime_version v44.0.0)
endif()
if (HAVE_WASM_LIBCALL_THREAD_CONTEXT)
set(wasmtime_version dev)
endif()
ba_download(
wasmtime
"https://github.com/bytecodealliance/wasmtime"
Expand Down