wasm-micro-runtime/samples/wasi-threads/wasm-apps
Enrico Loparco 0f73ce1076
Update wasi-libc version in CI and implement custom sync primitives (#2028)
Update wasi-libc version to resolve the hang issue when running wasi-threads cases.

Implement custom sync primitives as a counterpart of `pthread_barrier_wait` to
attempt to replace pthread sync primitives since they seem to cause data races
when running with the thread sanitizer.
2023-03-26 09:03:26 +08:00
..
CMakeLists.txt Update wasi-libc version in CI and implement custom sync primitives (#2028) 2023-03-26 09:03:26 +08:00
no_pthread.c Add internal tests for WASI threads (#1963) 2023-03-09 09:03:16 +08:00
wasi_thread_start.h Increase stack size in the example app (#1880) 2023-01-11 09:40:32 +08:00
wasi_thread_start.S Disable aux stack allocations for threads spawned by wasi_thread_start (#1867) 2023-01-09 20:36:34 +08:00