mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-06-29 14:42:02 +00:00
Opcode: impl Clone.
This commit is contained in:
@ -101,7 +101,7 @@ impl Deserialize for InitExpr {
|
||||
}
|
||||
|
||||
/// Opcode
|
||||
#[derive(Debug, PartialEq)]
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
#[allow(missing_docs)]
|
||||
pub enum Opcode {
|
||||
Unreachable,
|
||||
|
Reference in New Issue
Block a user