wasix-org / wasix-libc

wasix libc implementation for WebAssembly
https://wasi.dev
Other
111 stars 19 forks source link

Introduce `proc_exec2` #38

Closed maminrayej closed 3 months ago

maminrayej commented 3 months ago

This PR adds proper support for execve by introducing the proc_exec2 syscall.

Note that this PR must be used with this PR in the wasix-witx repo.

theduke commented 3 months ago

@maminrayej the build is failing on CI.

maminrayej commented 3 months ago

@theduke it's because the wasix-witx PR is not merged yet.