Function wasmer_runtime_fl::compile_with_config_with[][src]

pub fn compile_with_config_with(
    wasm: &[u8],
    compiler_config: CompilerConfig,
    compiler: &dyn Compiler
) -> CompileResult<Module>
Expand description

The same as compile_with_config but takes a Compiler for the purpose of changing the backend.