wasm-micro-runtime/core/iwasm
Wenyong Huang bbaf0a3c37
Fix wamrc endian/bit-width check invalid issue on win32 target (#886)
Use the previous resolved binary type info (obj_data->target_info.bin_type) to
check the endian and bit-width but not the raw binary info, the latter is not
suitable for the check for Win32 object file type.

And fix the symbol comparison issue in resolve_target_sym(), as in Win32, the
symbol name of a function added by LLVMAddFunction() is prefixed by '_',
which leads to invalid result returned by strcmp().
2021-12-14 08:45:48 +08:00
..
aot Fix wamrc endian/bit-width check invalid issue on win32 target (#886) 2021-12-14 08:45:48 +08:00
common Refine codes and fix several issues (#882) 2021-12-10 18:13:17 +08:00
compilation Fix wamrc endian/bit-width check invalid issue on win32 target (#886) 2021-12-14 08:45:48 +08:00
include Refine codes and fix several issues (#882) 2021-12-10 18:13:17 +08:00
interpreter Refine codes and fix several issues (#882) 2021-12-10 18:13:17 +08:00
libraries libc-builtin: Fix the signature of strncasecmp native function (#888) 2021-12-13 19:40:05 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00