mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-24 17:29:26 +00:00
Move ModuleInfo to wasmer-types
This commit is contained in:
@ -31,10 +31,10 @@ use wasmer_compiler::{
|
||||
};
|
||||
use wasmer_types::entity::PrimaryMap;
|
||||
use wasmer_types::{
|
||||
FunctionIndex, FunctionType, GlobalIndex, LocalFunctionIndex, MemoryIndex, SignatureIndex,
|
||||
TableIndex, Type,
|
||||
FunctionIndex, FunctionType, GlobalIndex, LocalFunctionIndex, MemoryIndex, ModuleInfo,
|
||||
SignatureIndex, TableIndex, Type,
|
||||
};
|
||||
use wasmer_vm::{MemoryStyle, ModuleInfo, TableStyle, VMOffsets};
|
||||
use wasmer_vm::{MemoryStyle, TableStyle, VMOffsets};
|
||||
|
||||
const FUNCTION_SECTION: &str = "__TEXT,wasmer_function";
|
||||
|
||||
|
Reference in New Issue
Block a user