Skip to main content

compile_aot_artifact

Function compile_aot_artifact 

Source
fn compile_aot_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.