Files
serenity/Userland/Libraries/LibWasm/AbstractMachine/BytecodeInterpreter.cpp
Diego e5a842c78e 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]`.

(cherry picked from commit ad6a80144c23f9ccdeeccb123a9de85396524040)
2024-07-16 17:35:43 +02:00

89 KiB