mirror of
https://github.com/mii443/wasmer.git
synced 2025-09-01 15:09:17 +00:00
Use FunctionBinaryReader instead of Middleware
This commit is contained in:
@ -26,8 +26,8 @@ use crate::config::{CompiledKind, LLVM};
|
||||
use crate::object_file::{load_object_file, CompiledFunction};
|
||||
use wasmer_compiler::wasmparser::{MemoryImmediate, Operator};
|
||||
use wasmer_compiler::{
|
||||
wptype_to_type, CompileError, FunctionBodyData, MiddlewareBinaryReader, ModuleMiddlewareChain,
|
||||
ModuleTranslationState, RelocationTarget, Symbol, SymbolRegistry,
|
||||
wptype_to_type, CompileError, FunctionBinaryReader, FunctionBodyData, MiddlewareBinaryReader,
|
||||
ModuleMiddlewareChain, ModuleTranslationState, RelocationTarget, Symbol, SymbolRegistry,
|
||||
};
|
||||
use wasmer_types::entity::PrimaryMap;
|
||||
use wasmer_types::{
|
||||
|
Reference in New Issue
Block a user