Files
ladybird/Libraries/LibWasm/AbstractMachine/Configuration.cpp
Ali Mohammad Pur a5db31943e LibWasm: Fix return_call label stack shrink
The label stack should be shrunk to the frame's label_index (exclusive),
not label_index + 1. Also add the missing shrink call for
return_call_indirect.
2026-02-02 14:11:49 +01:00

3.2 KiB