wasm-micro-runtime/tests/regression/ba-issues/issues/issue-3514
Wenyong Huang d3e89895be
wasm loader: Fix pop invalid offset count when stack top is ANY ()
In wasm_loader_pop_frame_offset, when the stack is in polymorphic state
and the stack top operand is VALUE_TYPE_ANY, if we popping I64/F64
operand, we should pop one offset but not two offsets.

The issue was reported in  and .
2024-06-14 16:22:08 +08:00
..
iwasm_poc_05.wasm wasm loader: Fix pop invalid offset count when stack top is ANY () 2024-06-14 16:22:08 +08:00