wasm-micro-runtime/core/iwasm
peter-tatrai 1f14f4ec0a
Fix build issues when compiling WAMRC as a cross-compiler (#4112)
* Use CMAKE_INSTALL_BINDIR for wamrc installation
* Fix wamrc build failure for 32bit non-x86 targets
* Handle PIC flags by cmake in wamrc
* Use dummy AOT reloc functions when building wamrc

AOT reloc functions are used only when loading AOT WebAssembly modules
on target, not during AOT compilation. Original code led to build issues
when building wamrc as cross-compiler, using arm header on x86 build.

* Add option to turn off SIMD support in wamrc
2025-03-20 14:24:30 +08:00
..
aot Fix build issues when compiling WAMRC as a cross-compiler (#4112) 2025-03-20 14:24:30 +08:00
common Merge dev/simd for fast-interp (#4131) 2025-03-20 14:23:20 +08:00
compilation fix: correct typos and improve comments across multiple files by codespell (#4116) 2025-03-07 08:21:54 +08:00
doc Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
fast-jit fix: correct typos and improve comments across multiple files by codespell (#4116) 2025-03-07 08:21:54 +08:00
include Merge pull request #4033 from g0djan/godjan/iterate_callstack 2025-03-11 10:31:56 +08:00
interpreter Merge dev/simd for fast-interp (#4131) 2025-03-20 14:23:20 +08:00
libraries Merge dev/simd for fast-interp (#4131) 2025-03-20 14:23:20 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00