mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-03 19:28:22 +00:00
Apply various fixes to get the C API working
24% of tests are passing now!
This commit is contained in:
@@ -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