Expand description
The middleware parses the function binary bytecodes and transform them with the chosen functions.
Structs§
- Middleware
Binary Reader - A Middleware binary reader of the WebAssembly structures and types.
- Middleware
Reader State - The state of the binary reader. Exposed to middlewares to push their outputs.
Traits§
- Function
Middleware - A function middleware specialized for a single function.
- Module
Middleware - A shared builder for function middlewares.
- Module
Middleware Chain - Trait for generating middleware chains from “prototype” (generator) chains.