Fix a bug in our model of the Wasm VM stack

This commit is contained in:
Brian Carroll 2021-11-10 23:02:39 +00:00
parent 86403b4a2f
commit 7f633c107f
4 changed files with 15 additions and 9 deletions

View file

@ -1,5 +1,5 @@
#[repr(u8)]
#[derive(Debug)]
#[derive(Clone, Copy, Debug)]
pub enum OpCode {
UNREACHABLE = 0x00,
NOP = 0x01,