bump wasmparser to 0.44.0 + fix error due to change wasmparser operator names
This commit is contained in:
@@ -821,8 +821,8 @@ where
|
||||
Operator::Store { ty: I64, memarg } | Operator::Store { ty: F64, memarg } => {
|
||||
ctx.store64(memarg.offset)?
|
||||
}
|
||||
Operator::GetGlobal(idx) => ctx.get_global(idx)?,
|
||||
Operator::SetGlobal(idx) => ctx.set_global(idx)?,
|
||||
Operator::GlobalGet(idx) => ctx.get_global(idx)?,
|
||||
Operator::GlobalSet(idx) => ctx.set_global(idx)?,
|
||||
Operator::Select => {
|
||||
ctx.select()?;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user