diff options
Diffstat (limited to 'src/opcode.def')
-rw-r--r-- | src/opcode.def | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/opcode.def b/src/opcode.def index fabb9550..79708415 100644 --- a/src/opcode.def +++ b/src/opcode.def @@ -255,8 +255,6 @@ WABT_OPCODE(___, ___, ___, ___, 0, 0xfc, 0x0f, TableGrow, "table.grow", "") WABT_OPCODE(___, ___, ___, ___, 0, 0xfc, 0x10, TableSize, "table.size", "") WABT_OPCODE(___, ___, ___, ___, 0, 0, 0xd0, RefNull, "ref.null", "") WABT_OPCODE(___, ___, ___, ___, 0, 0, 0xd1, RefIsNull, "ref.is_null", "") - -/* Not supported by any proposal currently; needed for passive element segments */ WABT_OPCODE(___, ___, ___, ___, 0, 0, 0xd2, RefFunc, "ref.func", "") /* Simd opcodes (--enable-simd) */ |