mirror of
				https://github.com/bytecodealliance/wasm-micro-runtime.git
				synced 2025-10-31 13:17:31 +00:00 
			
		
		
		
	|  23e1d51587 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. | ||
|---|---|---|
| .. | ||
| cg | ||
| fe | ||
| asmjit_sgx_patch.diff | ||
| iwasm_fast_jit.cmake | ||
| jit_codecache.c | ||
| jit_codecache.h | ||
| jit_codegen.c | ||
| jit_codegen.h | ||
| jit_compiler.c | ||
| jit_compiler.h | ||
| jit_dump.c | ||
| jit_dump.h | ||
| jit_frontend.c | ||
| jit_frontend.h | ||
| jit_ir.c | ||
| jit_ir.def | ||
| jit_ir.h | ||
| jit_regalloc.c | ||
| jit_utils.h | ||