Files
ladybird/Userland/Libraries/LibWasm/AbstractMachine/BytecodeInterpreter.cpp
Diego d07cf26894 LibWasm: Fix loop arity for single-type blocktypes
Single-type blocktypes previously gave loop labels an arity of 1, even
though they're shorthand for `[] -> [T]`.
2024-07-11 00:51:03 +02:00

89 KiB