- Add checks for `pack_argv` - Fix the checks in creating cc entry/exit basic blocks
The entry and exit basic blocks might be destroyed before they are created. Found by instrument test. Add checks to fix the issue.
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.