Structs§
- Handler 🔒
- The shared object that manages the instantiaion of WASI executables and communicating with them via the CGI protocol.
- Shared
State 🔒
Functions§
- consume_
stderr 🔒 - Read the instance’s stderr, taking care to preserve output even when WASI pipe errors occur so users still have something they use for troubleshooting.
- drive_
request_ 🔒to_ completion - Drive the request to completion by streaming the request body to the instance and waiting for it to exit.