mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-24 17:29:26 +00:00
Remove Artifact trait
In favor of using UniversalArtifact everywhere
This commit is contained in:
@ -12,12 +12,12 @@ use rayon::prelude::{IntoParallelIterator, IntoParallelRefIterator, ParallelIter
|
||||
use std::sync::Arc;
|
||||
use wasmer_compiler::{
|
||||
Compiler, FunctionBodyData, ModuleMiddleware, ModuleTranslationState, Symbol, SymbolRegistry,
|
||||
Target,
|
||||
};
|
||||
use wasmer_types::entity::{EntityRef, PrimaryMap};
|
||||
use wasmer_types::{
|
||||
Compilation, CompileError, CompileModuleInfo, CustomSection, CustomSectionProtection, Dwarf,
|
||||
FunctionIndex, LocalFunctionIndex, RelocationTarget, SectionBody, SectionIndex, SignatureIndex,
|
||||
Target,
|
||||
};
|
||||
|
||||
//use std::sync::Mutex;
|
||||
|
Reference in New Issue
Block a user