Lind-Project / lind-wasm

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

Fix RawPOSIX exec() #33

Open rennergade opened 1 week ago

rennergade commented 1 week ago

In lind-nacl we created a new cage on exec, but now with lind-wasm we more correctly just replace the code in the current cage. That makes some of the functionality currently in RawPOSIX exec() unnecessary. Can we clean up this function so it can be patched in to work correctly?