feat(wasi-threads): Change sample exception_propagation to thread_termination (#1869)
Trigger wasi_proc_exit in the sample
This commit is contained in:
@ -36,4 +36,4 @@ function (compile_sample SOURCE_FILE)
|
||||
endfunction ()
|
||||
|
||||
compile_sample(no_pthread.c wasi_thread_start.S)
|
||||
compile_sample(exception_propagation.c wasi_thread_start.S)
|
||||
compile_sample(thread_termination.c wasi_thread_start.S)
|
||||
Reference in New Issue
Block a user