Move wasmer_compiler errors to wasmer_types error module

This commit is contained in:
Manos Pitsidianakis
2022-05-10 16:06:27 +03:00
parent 8be0089893
commit feee4e3587
45 changed files with 248 additions and 149 deletions

View File

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