mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-16 17:18:57 +00:00
Improved Compiler API
This commit is contained in:
@@ -207,11 +207,6 @@ impl CompilerConfig for Cranelift {
|
||||
fn push_middleware(&mut self, middleware: Arc<dyn FunctionMiddlewareGenerator>) {
|
||||
self.middlewares.push(middleware);
|
||||
}
|
||||
|
||||
/// Gets the default features for this compiler in the given target
|
||||
fn default_features_for_target(&self, _target: &Target) -> Features {
|
||||
Features::default()
|
||||
}
|
||||
}
|
||||
|
||||
impl Default for Cranelift {
|
||||
|
||||
Reference in New Issue
Block a user