mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-06-29 14:42:02 +00:00
32bit leb128 signed integer here
This commit is contained in:
@ -141,8 +141,8 @@ pub enum Opcode {
|
||||
CurrentMemory(bool),
|
||||
GrowMemory(bool),
|
||||
|
||||
I32Const(u32),
|
||||
I64Const(u64),
|
||||
I32Const(i32),
|
||||
I64Const(i64),
|
||||
F32Const(u32),
|
||||
F64Const(u64),
|
||||
|
||||
|
Reference in New Issue
Block a user