diff options
Diffstat (limited to 'src/Structure/Instructions/Instrs/Numeric/I32WrapI64.php')
| -rw-r--r-- | src/Structure/Instructions/Instrs/Numeric/I32WrapI64.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Structure/Instructions/Instrs/Numeric/I32WrapI64.php b/src/Structure/Instructions/Instrs/Numeric/I32WrapI64.php new file mode 100644 index 0000000..f9467c3 --- /dev/null +++ b/src/Structure/Instructions/Instrs/Numeric/I32WrapI64.php @@ -0,0 +1,11 @@ +<?php + +declare(strict_types=1); + +namespace Nsfisis\Waddiwasi\Structure\Instructions\Instrs\Numeric; + +use Nsfisis\Waddiwasi\Structure\Instructions\Instr; + +final readonly class I32WrapI64 extends Instr +{ +} |
