mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-12 05:18:43 +00:00
Remove target from CompilerConfig
This commit is contained in:
@@ -54,7 +54,7 @@ impl Default for Store {
|
||||
fn get_engine(
|
||||
config: Box<dyn CompilerConfig + Send + Sync>,
|
||||
) -> Arc<dyn Engine + Send + Sync> {
|
||||
let tunables = Tunables::for_target(config.target().triple());
|
||||
let tunables = Tunables::default();
|
||||
|
||||
#[cfg(feature = "jit")]
|
||||
return Arc::new(wasmer_engine_jit::JITEngine::new(
|
||||
|
||||
Reference in New Issue
Block a user