mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 21:58:20 +00:00
Apply various fixes to get the C API working
24% of tests are passing now!
This commit is contained in:
@@ -27,7 +27,7 @@ pub trait CompilerConfig {
|
||||
fn target(&self) -> &Target;
|
||||
|
||||
/// Gets the custom compiler config
|
||||
fn compiler(&self) -> Box<dyn Compiler>;
|
||||
fn compiler(&self) -> Box<dyn Compiler + Send>;
|
||||
}
|
||||
|
||||
/// An implementation of a Compiler from parsed WebAssembly module to Compiled native code.
|
||||
|
||||
Reference in New Issue
Block a user