Move wasmer_compiler/{address_map, function, module, sourceloc, trap, unwind}.rs to wasmer_types

This commit is contained in:
Manos Pitsidianakis
2022-05-10 17:05:42 +03:00
parent b1f1939bf7
commit 8f539d134b
34 changed files with 91 additions and 92 deletions

View File

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