This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core/iwasm
zhouliang3 2917a0c814
libc-builtin: Fix the signature of strncasecmp native function (#888)
Fix the signature invalid issue in libc-builtin, modify signature of strncasecmp
native function from "($$i)" to "($$i)i".
2021-12-13 19:40:05 +08:00
..
aot Refine codes and fix several issues (#882) 2021-12-10 18:13:17 +08:00
common Refine codes and fix several issues (#882) 2021-12-10 18:13:17 +08:00
compilation Add mipsel to wamrc supported target list (#887) 2021-12-13 17:49:21 +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