mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 14:18:20 +00:00
Remove target from CompilerConfig
This commit is contained in:
@@ -3,9 +3,7 @@
|
||||
|
||||
use crate::compiler::SinglepassCompiler;
|
||||
use std::sync::Arc;
|
||||
use wasmer_compiler::{
|
||||
Compiler, CompilerConfig, CpuFeature, FunctionMiddlewareGenerator, Target,
|
||||
};
|
||||
use wasmer_compiler::{Compiler, CompilerConfig, CpuFeature, FunctionMiddlewareGenerator, Target};
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct SinglepassConfig {
|
||||
|
||||
Reference in New Issue
Block a user