mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 15:37:52 +01:00
complete const codes
This commit is contained in:
parent
301f49c2f4
commit
2766f8170a
@ -45,6 +45,12 @@ interface InstructionOpcodes {
|
||||
|
||||
static final int I32_CONST = 0x41;
|
||||
|
||||
static final int I64_CONST = 0x42;
|
||||
|
||||
static final int F32_CONST = 0x43;
|
||||
|
||||
static final int F64_CONST = 0x44;
|
||||
|
||||
static final int I32_ADD = 0x6A;
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user