mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-23 16:59:27 +00:00
@ -16,7 +16,6 @@ use crate::machine_x64::MachineX86_64;
|
||||
use crate::unwind::{create_systemv_cie, UnwindFrame};
|
||||
#[cfg(feature = "unwind")]
|
||||
use gimli::write::{EhFrame, FrameTable};
|
||||
use loupe::MemoryUsage;
|
||||
#[cfg(feature = "rayon")]
|
||||
use rayon::prelude::{IntoParallelIterator, ParallelIterator};
|
||||
use std::sync::Arc;
|
||||
@ -35,7 +34,6 @@ use wasmer_types::{
|
||||
|
||||
/// A compiler that compiles a WebAssembly module with Singlepass.
|
||||
/// It does the compilation in one pass
|
||||
#[derive(MemoryUsage)]
|
||||
pub struct SinglepassCompiler {
|
||||
config: Singlepass,
|
||||
}
|
||||
|
Reference in New Issue
Block a user