mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-04-25 18:27:56 +00:00
Update parity-wasm to 0.39
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@ impl InstructionType {
|
||||
End => InstructionType::ControlFlow,
|
||||
Br(_) => InstructionType::ControlFlow,
|
||||
BrIf(_) => InstructionType::ControlFlow,
|
||||
BrTable(_, _) => InstructionType::ControlFlow,
|
||||
BrTable(_) => InstructionType::ControlFlow,
|
||||
Return => InstructionType::ControlFlow,
|
||||
Call(_) => InstructionType::ControlFlow,
|
||||
CallIndirect(_, _) => InstructionType::ControlFlow,
|
||||
|
||||
Reference in New Issue
Block a user