wasm-micro-runtime/samples/wasi-threads/wasm-apps
Marcin Kolny 879563047f
Fix thread termination example (#1915)
The example wasn't fully implemented the intention - it didn't work as
expected when the trap/proc_exit was executed on the main thread,
because main thread never waited for all the threads to start.
2023-01-25 09:34:36 +08:00
..
CMakeLists.txt feat(wasi-threads): Change sample exception_propagation to thread_termination (#1869) 2023-01-23 10:36:58 +08:00
no_pthread.c Disable aux stack allocations for threads spawned by wasi_thread_start (#1867) 2023-01-09 20:36:34 +08:00
thread_termination.c Fix thread termination example (#1915) 2023-01-25 09:34:36 +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