From 996259e6a1a04f91179d2b83cc19e3fbb371cd33 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 26 Feb 2024 13:21:22 +0900 Subject: feat: implement some of instructions --- src/Execution/MemInst.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Execution/MemInst.php') diff --git a/src/Execution/MemInst.php b/src/Execution/MemInst.php index 3999052..240e415 100644 --- a/src/Execution/MemInst.php +++ b/src/Execution/MemInst.php @@ -6,13 +6,13 @@ namespace Nsfisis\Waddiwasi\Execution; use Nsfisis\Waddiwasi\Structure\Types\MemType; -final readonly class MemInst +final class MemInst { /** * @param list $data */ public function __construct( - public MemType $type, + public readonly MemType $type, public array $data, ) { } -- cgit v1.2.3-70-g09d2