Module handler

Source

Structs§

Handler 🔒
The shared object that manages the instantiaion of WASI executables and communicating with them via the CGI protocol.
SharedState 🔒

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.

Type Aliases§

SetupBuilder