Commit c568595
committed
toywasm_repl_invoke: wait for other threads in case of non-trap return
Note: for some reasons, the current logic in wasi-libc crt returns
without wasi_proc_exit when the exit code is 0. maybe just to save
a host call?
cf. WebAssembly/wasi-libc#3671 parent a1dfc3c commit c568595
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
819 | 819 | | |
820 | 820 | | |
821 | 821 | | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
822 | 828 | | |
823 | 829 | | |
824 | 830 | | |
| |||
0 commit comments