mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-24 09:19:25 +00:00
Move wasmer_compiler/{address_map, function, module, sourceloc, trap, unwind}.rs to wasmer_types
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user