[][src]Function wasmer_runtime_core::compile_with_config

pub fn compile_with_config(
    bytes: &[u8],
    compiler: Backend,
    _compiler_config: ()
) -> Result<Module, Box<dyn Error>>

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

Note

The third parameter isn't used any more in the deprecated version of wasmer-runtime-core.