ci: Enable WASI threads in CI (#2086)

This commit is contained in:
Marcin Kolny
2023-03-30 03:05:00 +01:00
committed by GitHub
parent eaf1897a70
commit 403ccf02b7
4 changed files with 4 additions and 0 deletions

View File

@ -73,6 +73,7 @@ jobs:
-DWAMR_BUILD_BULK_MEMORY=1 \
-DWAMR_BUILD_LIB_PTHREAD=1 \
-DWAMR_BUILD_LIB_PTHREAD_SEMAPHORE=1 \
-DWAMR_BUILD_LIB_WASI_THREADS=1 \
-DWAMR_BUILD_LIBC_BUILTIN=1 \
-DWAMR_BUILD_LIBC_WASI=1 \
-DWAMR_BUILD_REF_TYPES=1 \