wasm-micro-runtime/core
Wenyong Huang 835188cc53
aot compiler: Fix the length type passed to aot_memmove/aot_memset (#3378)
The current length type of aot_memmove/aot_memset is size_t, and on
a 64 bit host it is uint64, while what the aot code passes to it is uint32,
this might lead to unexpected behavior.

ps. https://github.com/bytecodealliance/wasm-micro-runtime/pull/3376.
2024-05-01 21:40:52 +08:00
..
deps Separate app-manager and app-framework from WAMR (#3129) 2024-02-20 18:12:36 +08:00
iwasm aot compiler: Fix the length type passed to aot_memmove/aot_memset (#3378) 2024-05-01 21:40:52 +08:00
shared Fix ESP32-S3 compiling error (#3359) 2024-04-25 20:42:16 +08:00
config.h Add some more comments on WASM_STACK_GUARD_SIZE (#3380) 2024-05-01 15:15:17 +08:00
version.h Update version number to 2.0.0 and update release notes (#3327) 2024-04-20 10:16:34 +08:00