[][src]Function wasmer_runtime_near::compile_with_config_with

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

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