wasm-micro-runtime/core
YAMAMOTO Takashi 3232bdf2f7
teach aot emitter/loader about .srodata and .srodata.cst* sections (#4240)
LLVM 19 and later started to use srodata ("small read only data")
sections for RISCV.  cf. https://github.com/llvm/llvm-project/pull/82214
this commit makes our aot emitter/loader deal with those sections.

an alternative would be to disable small data sections completely by
setting the "SmallDataLimit" module attribute to zero. however, i feel
this commit is more straightforward and consisitent as we are already
dealing with sdata sections.
2025-05-06 06:55:35 +08:00
..
deps Separate app-manager and app-framework from WAMR (#3129) 2024-02-20 18:12:36 +08:00
iwasm teach aot emitter/loader about .srodata and .srodata.cst* sections (#4240) 2025-05-06 06:55:35 +08:00
shared Fix few integer overflowing (#4161) 2025-04-10 12:04:56 +08:00
config.h Merge dev/simd for fast-interp (#4131) 2025-03-20 14:23:20 +08:00
version.h Add version.h and update versioning documentation for embedded platforms 2025-02-05 10:31:20 +00:00
version.h.in Add version.h and update versioning documentation for embedded platforms 2025-02-05 10:31:20 +00:00