[][src]Function wasmer_runtime::compile_with_config

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

The same as compile but takes a CompilerConfig for the purpose of changing the compiler's behavior