From 8b689c5ff077252a68c88bc7d70990405fc8dd5a Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 3 Mar 2024 21:01:46 +0900 Subject: feat: implement more instructions --- src/Structure/Instructions/Instrs/Memory/I32Load8S.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Structure/Instructions/Instrs/Memory/I32Load8S.php') diff --git a/src/Structure/Instructions/Instrs/Memory/I32Load8S.php b/src/Structure/Instructions/Instrs/Memory/I32Load8S.php index ef8912a..3a7832f 100644 --- a/src/Structure/Instructions/Instrs/Memory/I32Load8S.php +++ b/src/Structure/Instructions/Instrs/Memory/I32Load8S.php @@ -17,4 +17,9 @@ final readonly class I32Load8S extends Instr public int $align, ) { } + + public static function opName(): string + { + return "i32.load8_s"; + } } -- cgit v1.2.3-70-g09d2