Struct wasmer_runtime_core_fl::codegen::StreamingCompiler[][src]

pub struct StreamingCompiler<MCG: ModuleCodeGenerator<FCG, RM, E>, FCG: FunctionCodeGenerator<E>, RM: RunnableModule + 'static, E: Debug, CGEN: Fn() -> MiddlewareChain> { /* fields omitted */ }
Expand description

A streaming compiler which is designed to generated code for a module based on a stream of wasm parser events.

Implementations

Create a new StreamingCompiler with the given MiddlewareChain.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.