mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 05:38:19 +00:00
Improve frame info registration
This commit is contained in:
@@ -10,8 +10,8 @@ use wasm_common::{
|
||||
FunctionType,
|
||||
};
|
||||
use wasm_common::{
|
||||
FunctionIndex, GlobalIndex, LocalFunctionIndex, LocalGlobalIndex, LocalMemoryIndex,
|
||||
MemoryIndex, SignatureIndex, TableIndex, Type,
|
||||
FunctionIndex, GlobalIndex, LocalFunctionIndex, LocalMemoryIndex, MemoryIndex, SignatureIndex,
|
||||
TableIndex, Type,
|
||||
};
|
||||
use wasmer_compiler::wasmparser::{
|
||||
MemoryImmediate, Operator, Type as WpType, TypeOrFuncType as WpTypeOrFuncType,
|
||||
|
||||
Reference in New Issue
Block a user