feat: Move "compilation" types from wasmer_types to wasmer_compiler

This commit is contained in:
Edoardo Marangoni
2024-11-06 16:42:06 +01:00
parent af6f650b66
commit cf2d30940b
77 changed files with 768 additions and 761 deletions

View File

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