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/Variable/GlobalGet.php | 20 ++++++++++++++++++++ .../Instructions/Instrs/Variable/GlobalSet.php | 20 ++++++++++++++++++++ .../Instructions/Instrs/Variable/LocalGet.php | 20 ++++++++++++++++++++ .../Instructions/Instrs/Variable/LocalSet.php | 20 ++++++++++++++++++++ .../Instructions/Instrs/Variable/LocalTee.php | 20 ++++++++++++++++++++ 5 files changed, 100 insertions(+) create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Variable/GlobalGet.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Variable/GlobalSet.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Variable/LocalGet.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Variable/LocalSet.php create mode 100644 src/WebAssembly/Structure/Instructions/Instrs/Variable/LocalTee.php (limited to 'src/WebAssembly/Structure/Instructions/Instrs/Variable') diff --git a/src/WebAssembly/Structure/Instructions/Instrs/Variable/GlobalGet.php b/src/WebAssembly/Structure/Instructions/Instrs/Variable/GlobalGet.php new file mode 100644 index 0000000..2358325 --- /dev/null +++ b/src/WebAssembly/Structure/Instructions/Instrs/Variable/GlobalGet.php @@ -0,0 +1,20 @@ +