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