[][src]Function wasmer_runtime_core::compile_with_config

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

The same as compile_with but changes the compiler behavior with the values in the CompilerConfig