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

@ -115,6 +115,7 @@ jobs:
"-DWAMR_BUILD_DEBUG_INTERP=1",
"-DWAMR_BUILD_DUMP_CALL_STACK=1",
"-DWAMR_BUILD_LIB_PTHREAD=1",
"-DWAMR_BUILD_LIB_WASI_THREADS=1",
"-DWAMR_BUILD_LOAD_CUSTOM_SECTION=1",
"-DWAMR_BUILD_MINI_LOADER=1",
"-DWAMR_BUILD_MEMORY_PROFILING=1",