[][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

This function only exists if one of default-backend-llvm, default-backend-cranelift, or default-backend-singlepass is set.