mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-12 05:18:43 +00:00
Fix all compilation issues simplifying the code
This commit is contained in:
@@ -207,7 +207,7 @@ impl CompilerConfig for LLVM {
|
||||
}
|
||||
|
||||
/// Transform it into the compiler.
|
||||
fn compiler(self: Box<Self>) -> Box<dyn Compiler + Send> {
|
||||
fn compiler(self: Box<Self>) -> Box<dyn Compiler> {
|
||||
Box::new(LLVMCompiler::new(*self))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user