aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/WebAssembly/Structure/Instructions/Instrs/Memory/MemoryInit.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/WebAssembly/Structure/Instructions/Instrs/Memory/MemoryInit.php')
-rw-r--r--src/WebAssembly/Structure/Instructions/Instrs/Memory/MemoryInit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WebAssembly/Structure/Instructions/Instrs/Memory/MemoryInit.php b/src/WebAssembly/Structure/Instructions/Instrs/Memory/MemoryInit.php
index 7843ff1..cf44ff2 100644
--- a/src/WebAssembly/Structure/Instructions/Instrs/Memory/MemoryInit.php
+++ b/src/WebAssembly/Structure/Instructions/Instrs/Memory/MemoryInit.php
@@ -15,6 +15,6 @@ final readonly class MemoryInit extends Instr
public static function opName(): string
{
- return "memory.init";
+ return 'memory.init';
}
}