Lind-Project / lind-wasm

https://lind-project.github.io/lind-wasm-docs/
Apache License 2.0
2 stars 1 forks source link

Add wait syscall to rawposix #23

Open qianxichen233 opened 1 month ago

qianxichen233 commented 1 month ago

The wait syscall is the final component needed for basic multi-process functionality to work. We want to mostly migrate the implementation from the NaCl wait syscall, while also improving how we handle wait if necessary.