From 26f49b7e27076e689541b9e13a1b54f60a4ee5c2 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 11 Jul 2024 02:57:23 +0900 Subject: feat: organize namespaces --- src/Execution/Frame.php | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 src/Execution/Frame.php (limited to 'src/Execution/Frame.php') diff --git a/src/Execution/Frame.php b/src/Execution/Frame.php deleted file mode 100644 index da03e33..0000000 --- a/src/Execution/Frame.php +++ /dev/null @@ -1,20 +0,0 @@ - $arity - * @param list $locals - */ - public function __construct( - public readonly int $arity, - public array $locals, - public readonly ModuleInst $module, - public string $debugName, - ) { - } -} -- cgit v1.2.3-70-g09d2