enable CM-async/wasip3 in wasmtime tests

Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
pull/593/head
Roman Volosatovs 2 months ago committed by Alex Crichton
parent 655b4d8ec6
commit 93e00cf89e

@ -102,6 +102,9 @@ function(add_testcase runwasi test)
if(WASI_SDK_EXCEPTIONS)
set(runner "${runner} -Wexceptions")
endif()
if(target MATCHES "wasip3")
set(runner "${runner} -Wcomponent-model-async -Sp3")
endif()
endif()
add_test(
NAME test-${target_name}

Loading…
Cancel
Save