[][src]Function holochain_wasmer_host::prelude::compile_with_config_with

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

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