mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-06-17 18:11:03 +00:00
copy for instruction type, pub module
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ use parity_wasm::elements;
|
||||
|
||||
pub struct UnknownInstruction;
|
||||
|
||||
#[derive(Debug, Hash, PartialEq, Eq)]
|
||||
#[derive(Debug, Hash, PartialEq, Eq, Copy, Clone)]
|
||||
pub enum InstructionType {
|
||||
Bit,
|
||||
Add,
|
||||
|
||||
Reference in New Issue
Block a user