32bit leb128 signed integer here

This commit is contained in:
NikVolf
2017-04-20 19:02:10 +03:00
parent a5d7640642
commit 30f8472a27
2 changed files with 88 additions and 3 deletions

View File

@ -141,8 +141,8 @@ pub enum Opcode {
CurrentMemory(bool),
GrowMemory(bool),
I32Const(u32),
I64Const(u64),
I32Const(i32),
I64Const(i64),
F32Const(u32),
F64Const(u64),