mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-04-25 02:07:57 +00:00
5e3b06de05
The stack height metering for functions containing CallIndirect was wrong. The code did not take into consideration that is pops one value from the stack. The effect was that the stack height of functions using this instruction was higher than its real height.