- Add checks for `pack_argv` - Fix the checks in creating cc entry/exit basic blocks
Add more checks for Fast JIT generating insn and jit_lock_reg_in_insn in compile_int_div_no_check and other places to avoid accessing NULL insn.
Only destroy the block if it hasn't been pushed into the block stack, or it will be destroyed again when destroying the block stack.
Import WAMR Fast JIT which is a lightweight JIT with quick startup, small footprint, relatively good performance (~40% to ~50% of LLVM JIT) and good portability. Platforms supported: Linux, MacOS and Linux SGX. Arch supported: x86-64.