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.