From 26f49b7e27076e689541b9e13a1b54f60a4ee5c2 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 11 Jul 2024 02:57:23 +0900 Subject: feat: organize namespaces --- .../Instructions/Instrs/Table/ElemDrop.php | 20 ++++++++++++++++++++ .../Instructions/Instrs/Table/TableCopy.php | 21 +++++++++++++++++++++ .../Instructions/Instrs/Table/TableFill.php | 20 ++++++++++++++++++++ .../Instructions/Instrs/Table/TableGet.php | 20 ++++++++++++++++++++ .../Instructions/Instrs/Table/TableGrow.php | 20 ++++++++++++++++++++ .../Instructions/Instrs/Table/TableInit.php | 21 +++++++++++++++++++++ .../Instructions/Instrs/Table/TableSet.php | 20 ++++++++++++++++++++ .../Instructions/Instrs/Table/TableSize.php | 20 ++++++++++++++++++++ 8 files changed, 162 insertions(+) create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Table/ElemDrop.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Table/TableCopy.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Table/TableFill.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Table/TableGet.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Table/TableGrow.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Table/TableInit.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Table/TableSet.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Table/TableSize.php (limited to 'src/WebAssembly/Structure/Instructions/Instrs/Table') diff --git a/src/WebAssembly/Structure/Instructions/Instrs/Table/ElemDrop.php b/src/WebAssembly/Structure/Instructions/Instrs/Table/ElemDrop.php new file mode 100644 index 0000000..4ead3cb --- /dev/null +++ b/src/WebAssembly/Structure/Instructions/Instrs/Table/ElemDrop.php @@ -0,0 +1,20 @@ +