Module wasmer_wasix::runners::wcgi::handler

source ·

Structs§

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

Functions§

  • 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 the request to completion by streaming the request body to the instance and waiting for it to exit.

Type Aliases§