compiler: move Symbol, SymbolRegistry to wasmer-types

This commit is contained in:
Manos Pitsidianakis
2022-07-13 22:29:45 +03:00
parent 6f43bed1fb
commit 14ee38a24e
8 changed files with 220 additions and 39 deletions

View File

@ -10,14 +10,12 @@ use inkwell::DLLStorageClass;
use rayon::iter::ParallelBridge;
use rayon::prelude::{IntoParallelIterator, IntoParallelRefIterator, ParallelIterator};
use std::sync::Arc;
use wasmer_compiler::{
Compiler, FunctionBodyData, ModuleMiddleware, ModuleTranslationState, Symbol, SymbolRegistry,
};
use wasmer_compiler::{Compiler, FunctionBodyData, ModuleMiddleware, ModuleTranslationState};
use wasmer_types::entity::{EntityRef, PrimaryMap};
use wasmer_types::{
Compilation, CompileError, CompileModuleInfo, CustomSection, CustomSectionProtection, Dwarf,
FunctionIndex, LocalFunctionIndex, RelocationTarget, SectionBody, SectionIndex, SignatureIndex,
Target,
Symbol, SymbolRegistry, Target,
};
//use std::sync::Mutex;