wasm-micro-runtime/core
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
..
deps Separate app-manager and app-framework from WAMR (#3129) 2024-02-20 18:12:36 +08:00
iwasm runtime_common: always use memcpy in STORE_PTR 2026-04-01 18:38:18 -07:00
shared Fix mismatch of enum sizes between WASM and host (#4676) 2026-03-09 10:19:16 +08:00
config.h Move exception lock to ModuleInstance data. (#4772) 2026-03-16 16:22:07 +08:00
version.h Bump version number to 2.4.3 (#4671) 2025-10-23 13:15:25 +08:00
version.h.in Add version.h and update versioning documentation for embedded platforms 2025-02-05 10:31:20 +00:00