Improve frame info registration

This commit is contained in:
Syrus
2020-05-21 13:53:07 -07:00
parent b39ebdf77a
commit e92064b844
5 changed files with 57 additions and 31 deletions

View File

@@ -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,