Function wasmer_runtime_core_x::compile_with_config

source ·
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