mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 14:18:20 +00:00
Merge remote-tracking branch 'origin/master' into singlepass
This commit is contained in:
@@ -54,7 +54,7 @@ impl CompilerConfig for SinglepassConfig {
|
||||
}
|
||||
|
||||
/// Transform it into the compiler
|
||||
fn compiler(&self) -> Box<dyn Compiler> {
|
||||
fn compiler(&self) -> Box<dyn Compiler + Send> {
|
||||
Box::new(SinglepassCompiler::new(&self))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user