mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +01:00
add "add" operations
This commit is contained in:
parent
71ce4c1856
commit
119d5ed7f4
@ -53,4 +53,9 @@ interface InstructionOpcodes {
|
||||
|
||||
static final int I32_ADD = 0x6A;
|
||||
|
||||
static final int I64_ADD = 0x7C;
|
||||
|
||||
static final int F32_ADD = 0x92;
|
||||
|
||||
static final int F64_ADD = 0xA0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user