aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Structure/Instructions/Instrs/Table/TableGrow.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Structure/Instructions/Instrs/Table/TableGrow.php')
-rw-r--r--src/Structure/Instructions/Instrs/Table/TableGrow.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Structure/Instructions/Instrs/Table/TableGrow.php b/src/Structure/Instructions/Instrs/Table/TableGrow.php
index 2ac222d..4f224fc 100644
--- a/src/Structure/Instructions/Instrs/Table/TableGrow.php
+++ b/src/Structure/Instructions/Instrs/Table/TableGrow.php
@@ -13,4 +13,9 @@ final readonly class TableGrow extends Instr
public TableIdx $table,
) {
}
+
+ public static function opName(): string
+ {
+ return "table.grow";
+ }
}