mirror of
https://github.com/mii443/wasmer.git
synced 2025-09-01 23:19:14 +00:00
feat: Move "compilation" types from wasmer_types
to wasmer_compiler
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user