wasm-micro-runtime/core/iwasm
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
..
aot Fix aot debugger compilation error on windows (#3370) 2024-04-29 10:38:43 +08:00
common Add wasm_runtime_detect_native_stack_overflow_size (#3355) 2024-04-26 16:00:58 +08:00
compilation aot compiler: Fix the length type passed to aot_memmove/aot_memset (#3378) 2024-05-01 21:40:52 +08:00
doc Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00
fast-jit thread mgr: Free aux stack only when it was allocated (#3282) 2024-04-08 09:06:49 +08:00
include Fix typo for 'native' in wasm_export.h (#3376) 2024-04-30 08:57:49 +08:00
interpreter Fix loader and mini-loader select potiential error (#3374) 2024-04-29 12:27:55 +08:00
libraries thread mgr: Free aux stack only when it was allocated (#3282) 2024-04-08 09:06:49 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00