wasm-micro-runtime/core/iwasm
James Ring 57f4c6866d runtime_common: always use memcpy in STORE_PTR
This is one of the many causes of unaligned load warnings in
-fsanitize=alignment. memcpy should always be OK: on architectures where
unaligned stores are OK, this will turn into a single move.

This was discussed back in 2024 at
https://github.com/bytecodealliance/wasm-micro-runtime/issues/2349.
2026-04-01 18:38:18 -07:00
..
aot fix a wamrc compile warning, and enable system include flag for third-party libraries to suppresses corresponding compile warnings (#4875) 2026-03-19 09:08:41 +08:00
common runtime_common: always use memcpy in STORE_PTR 2026-04-01 18:38:18 -07:00
compilation Fix LLVM ORC JIT relocation failure caused by InternalLinkage stack_sizes (#4880) 2026-03-23 09:44:50 +08:00
doc Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
fast-jit fix a wamrc compile warning, and enable system include flag for third-party libraries to suppresses corresponding compile warnings (#4875) 2026-03-19 09:08:41 +08:00
include fix: WASM_API_EXTERN should get visibility("default") on gcc and clang (#4851) 2026-02-27 08:18:44 +08:00
interpreter Fix/branch hint parse issue (#4878) 2026-03-20 10:28:25 +08:00
libraries fix a wamrc compile warning, and enable system include flag for third-party libraries to suppresses corresponding compile warnings (#4875) 2026-03-19 09:08:41 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00