File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ add_definitions(-DWASM_ENABLE_CUSTOM_NAME_SECTION=1)
44
44
add_definitions (-DWASM_ENABLE_DUMP_CALL_STACK=1)
45
45
add_definitions (-DWASM_ENABLE_PERF_PROFILING=1)
46
46
add_definitions (-DWASM_ENABLE_LOAD_CUSTOM_SECTION=1)
47
+ add_definitions (-DWASM_ENABLE_LIB_WASI_THREADS=1)
47
48
48
49
if (WAMR_BUILD_LLVM_LEGACY_PM EQUAL 1)
49
50
add_definitions (-DWASM_ENABLE_LLVM_LEGACY_PM=1)
@@ -204,6 +205,7 @@ if (NOT MINGW)
204
205
endif ()
205
206
endif ()
206
207
include (${IWASM_DIR} /libraries/lib-pthread/lib_pthread.cmake)
208
+ include (${IWASM_DIR} /libraries/lib-wasi-threads/lib_wasi_threads.cmake)
207
209
include (${IWASM_DIR} /common/iwasm_common.cmake)
208
210
include (${IWASM_DIR} /interpreter/iwasm_interp.cmake)
209
211
include (${IWASM_DIR} /aot/iwasm_aot.cmake)
@@ -258,6 +260,7 @@ add_library (vmlib
258
260
${LIBC_BUILTIN_SOURCE}
259
261
${LIBC_WASI_SOURCE}
260
262
${LIB_PTHREAD_SOURCE}
263
+ ${LIB_WASI_THREADS_SOURCE}
261
264
${IWASM_COMMON_SOURCE}
262
265
${IWASM_INTERP_SOURCE}
263
266
${IWASM_AOT_SOURCE} )
You can’t perform that action at this time.
0 commit comments