Function wasmer_runtime_fl::compile_with_config[][src]

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

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.