mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +01:00
first conversion opcode
This commit is contained in:
parent
ef26fa102d
commit
88a841748b
@ -58,4 +58,9 @@ interface InstructionOpcodes {
|
||||
static final int F32_ADD = 0x92;
|
||||
|
||||
static final int F64_ADD = 0xA0;
|
||||
|
||||
// === data type conversions =====
|
||||
|
||||
static final int I32_WRAP_I64 = 0xA7;
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user