mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-20 12:16:30 +00:00
Remove Backend dependency
This commit is contained in:
@ -8721,8 +8721,8 @@ impl<'ctx> ModuleCodeGenerator<LLVMFunctionCodeGenerator<'ctx>, LLVMBackend, Cod
|
||||
}
|
||||
}
|
||||
|
||||
fn backend_id() -> Backend {
|
||||
Backend::LLVM
|
||||
fn backend_id() -> String {
|
||||
"llvm".to_string()
|
||||
}
|
||||
|
||||
fn check_precondition(&mut self, _module_info: &ModuleInfo) -> Result<(), CodegenError> {
|
||||
|
Reference in New Issue
Block a user