Function wasmer_runtime_core_fl::compile_with_config[][src]

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

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