diff options
Diffstat (limited to 'src/WebAssembly/Structure/Instructions/Instrs/Memory/I32Store8.php')
| -rw-r--r-- | src/WebAssembly/Structure/Instructions/Instrs/Memory/I32Store8.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WebAssembly/Structure/Instructions/Instrs/Memory/I32Store8.php b/src/WebAssembly/Structure/Instructions/Instrs/Memory/I32Store8.php index 5298ad5..d5a90bb 100644 --- a/src/WebAssembly/Structure/Instructions/Instrs/Memory/I32Store8.php +++ b/src/WebAssembly/Structure/Instructions/Instrs/Memory/I32Store8.php @@ -20,6 +20,6 @@ final readonly class I32Store8 extends Instr public static function opName(): string { - return "i32.store8"; + return 'i32.store8'; } } |
