Remove Artifact trait

In favor of using UniversalArtifact everywhere
This commit is contained in:
Manos Pitsidianakis
2022-07-01 16:25:25 +03:00
parent 37773f29d7
commit 187d2e6364
44 changed files with 361 additions and 294 deletions

View File

@ -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;