mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-24 09:19:25 +00:00
compiler: move Symbol, SymbolRegistry to wasmer-types
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user