mirror of
https://github.com/mii443/wasmer.git
synced 2025-09-01 15:09:17 +00:00
Move target back into wasmer_types
This commit is contained in:
@ -3,9 +3,8 @@ use gimli::{RunTimeEndian, SectionId};
|
||||
use wasmer_compiler::types::{
|
||||
relocation::{Relocation, RelocationKind, RelocationTarget},
|
||||
section::{CustomSection, CustomSectionProtection, SectionBody},
|
||||
target::Endianness,
|
||||
};
|
||||
use wasmer_types::{entity::EntityRef, LocalFunctionIndex};
|
||||
use wasmer_types::{entity::EntityRef, target::Endianness, LocalFunctionIndex};
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct WriterRelocate {
|
||||
|
Reference in New Issue
Block a user