mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-25 09:49:27 +00:00
Move wasmer_compiler/{section,relocation}.rs to wasmer_types
This commit is contained in:
@ -28,13 +28,12 @@ use std::convert::TryFrom;
|
||||
use wasmer_compiler::wasmparser::{MemoryImmediate, Operator};
|
||||
use wasmer_compiler::{
|
||||
from_binaryreadererror_wasmerror, wptype_to_type, FunctionBinaryReader, FunctionBodyData,
|
||||
MiddlewareBinaryReader, ModuleMiddlewareChain, ModuleTranslationState, RelocationTarget,
|
||||
Symbol, SymbolRegistry,
|
||||
MiddlewareBinaryReader, ModuleMiddlewareChain, ModuleTranslationState, Symbol, SymbolRegistry,
|
||||
};
|
||||
use wasmer_types::entity::PrimaryMap;
|
||||
use wasmer_types::{
|
||||
CompileError, FunctionIndex, FunctionType, GlobalIndex, LocalFunctionIndex, MemoryIndex,
|
||||
ModuleInfo, SignatureIndex, TableIndex, Type,
|
||||
ModuleInfo, RelocationTarget, SignatureIndex, TableIndex, Type,
|
||||
};
|
||||
use wasmer_vm::{MemoryStyle, TableStyle, VMOffsets};
|
||||
|
||||
|
Reference in New Issue
Block a user