Module middleware

Source
Expand description

The middleware parses the function binary bytecodes and transform them with the chosen functions.

Structs§

MiddlewareBinaryReader
A Middleware binary reader of the WebAssembly structures and types.
MiddlewareReaderState
The state of the binary reader. Exposed to middlewares to push their outputs.

Traits§

FunctionMiddleware
A function middleware specialized for a single function.
ModuleMiddleware
A shared builder for function middlewares.
ModuleMiddlewareChain
Trait for generating middleware chains from “prototype” (generator) chains.