wasm-micro-runtime/core/iwasm
Huang Qi 4cc4625a2b
Cleanup output format warnings (#904)
Use `PRIxxx` related macros to format the output strings so as to clear
compile warnings, e.g. PRIu32, PRId32, PRIX32, PRIX64 and so on.
And add the related macro definitions in platform_common.h if they
are not defined, as some compilers might not support them.
2021-12-20 15:51:36 +08:00
..
aot Cleanup output format warnings (#904) 2021-12-20 15:51:36 +08:00
common Cleanup output format warnings (#904) 2021-12-20 15:51:36 +08:00
compilation Cleanup output format warnings (#904) 2021-12-20 15:51:36 +08:00
include Refine codes and fix several issues (#882) 2021-12-10 18:13:17 +08:00
interpreter Cleanup output format warnings (#904) 2021-12-20 15:51:36 +08:00
libraries Cleanup output format warnings (#904) 2021-12-20 15:51:36 +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