Skip to main content

compile_jit_object_artifact

Function compile_jit_object_artifact 

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

Compiles a single bytecode to a shared library and returns the raw bytes.