Skip to main content

compile_jit_artifact

Function compile_jit_artifact 

Source
fn compile_jit_artifact(
    job: &CompileJob,
    compiler: &mut EvmCompiler<EvmLlvmBackend>,
) -> Result<WorkerSuccess, String>
Available on crate feature llvm only.