unreachable
unreachable is used to denote a point in code that should not be reachable. In the case where an unreachable is reached it throws an unrecoverable error.
Syntax
unreachable
| Instruction | Binary opcode |
|---|---|
unreachable |
0x00 |
unreachable is used to denote a point in code that should not be reachable. In the case where an unreachable is reached it throws an unrecoverable error.
unreachable
| Instruction | Binary opcode |
|---|---|
unreachable |
0x00 |