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

@ -1,11 +1,10 @@
use gimli::write::{Address, EndianVec, Result, Writer};
use gimli::{RunTimeEndian, SectionId};
use wasmer_compiler::Endianness;
use wasmer_types::entity::EntityRef;
use wasmer_types::LocalFunctionIndex;
use wasmer_types::{
CustomSection, CustomSectionProtection, Relocation, RelocationKind, RelocationTarget,
SectionBody,
CustomSection, CustomSectionProtection, Endianness, Relocation, RelocationKind,
RelocationTarget, SectionBody,
};
#[derive(Clone, Debug)]