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