mirror of
https://github.com/mii443/wasmer.git
synced 2025-09-01 23:19:14 +00:00
Remove Artifact trait
In favor of using UniversalArtifact everywhere
This commit is contained in:
@ -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)]
|
||||
|
Reference in New Issue
Block a user