mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 05:38:19 +00:00
@@ -142,7 +142,7 @@ impl CompilerConfig for LLVMConfig {
|
||||
}
|
||||
|
||||
/// Transform it into the compiler
|
||||
fn compiler(&self) -> Box<dyn Compiler> {
|
||||
fn compiler(&self) -> Box<dyn Compiler + Send> {
|
||||
Box::new(LLVMCompiler::new(&self))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user