mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-11-27 10:00:59 +00:00
Fix several issues in wasm loader: - Parse a block's type index with leb int32 instead leb uint32 - Correct dst dynamic offset of loop block arguments for opcode br when copying the stack operands to the arguments of loop block - Free each frame_csp's param_frame_offsets when destroy loader ctx - Fix compilation error in wasm_mini_loader.c - Add test cases of failed issues This PR fixes issue #3467 and #3468. |
||
|---|---|---|
| .. | ||
| benchmarks | ||
| fuzz/wasm-mutator-fuzz | ||
| malformed | ||
| regression/ba-issues | ||
| requirement-engineering | ||
| unit | ||
| wamr-compiler | ||
| wamr-test-suites | ||