fn create_compiler(
config: &RuntimeConfig,
aot: bool,
) -> Result<EvmCompiler<EvmLlvmBackend>, String>Available on crate feature
llvm only.fn create_compiler(
config: &RuntimeConfig,
aot: bool,
) -> Result<EvmCompiler<EvmLlvmBackend>, String>llvm only.