mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 10:44:47 +01:00
correct binary encoding for GC spec version 3
This commit is contained in:
parent
31f86ae931
commit
bddf4c7525
@ -383,7 +383,7 @@ interface InstructionOpcodes {
|
||||
|
||||
static final int REF_ISNULL = 0xD1;
|
||||
|
||||
static final int REF_EQ = 0xD2;
|
||||
static final int REF_EQ = 0xF0;
|
||||
|
||||
// === Non-trapping float-to-int conversions ====== https://github.com/WebAssembly/design/issues/1143
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user