feat: Rename wasmer-engine-native to wasmer-engine-dylib.

This commit is contained in:
Ivan Enderlin
2021-05-28 09:13:23 +02:00
parent e11fc26df6
commit 3d66a2e360
54 changed files with 502 additions and 535 deletions

View File

@@ -1,4 +1,3 @@
#[derive(Debug, Clap, Clone)]
/// LLVM backend flags.
pub struct LLVMCLIOptions {
@@ -15,7 +14,6 @@ pub struct LLVMCLIOptions {
obj_file: Option<PathBuf>,
}
impl LLVMCallbacks for LLVMCLIOptions {
fn preopt_ir_callback(&mut self, module: &InkwellModule) {
if let Some(filename) = &self.pre_opt_ir {