integration tests

This commit is contained in:
NikVolf
2017-04-03 23:56:21 +03:00
parent 38da8860ed
commit 6dc392bf18
3 changed files with 34 additions and 6 deletions

View File

@ -5,6 +5,7 @@ use super::{
Uint32, VarUint64, Uint64, CountedListWriter
};
#[derive(Debug)]
pub struct Opcodes(Vec<Opcode>);
impl Opcodes {
@ -70,6 +71,7 @@ impl Deserialize for InitExpr {
}
}
#[derive(Debug)]
pub enum Opcode {
Unreachable,
Nop,