wasm-micro-runtime/core/iwasm
YAMAMOTO Takashi 581e1d9767
compilation: Use the dedicated stack-sizes section only for AOT (#3732)
For JIT, we naturally use mach-o on macOS, where the section name
we currently use is not valid and ends up with the errors like:

```
LLVM ERROR: Global variable '__orc_lcl.aot_stack_sizes.0' has an invalid section specifier '.aot_stack_sizes': mach-o section specifier requires a segment and section separated by a comma.
```

Because the dedicated section is not necessary for JIT,
this commit simply stops using it.

Fixes: https://github.com/bytecodealliance/wasm-micro-runtime/issues/3730
2024-08-20 10:26:26 +08:00
..
aot aot runtime: Add missing arm/thumb relocations (#3660) 2024-07-25 11:06:41 +08:00
common Add support for RISCV32 ILP32F (#3708) 2024-08-15 15:17:42 +08:00
compilation compilation: Use the dedicated stack-sizes section only for AOT (#3732) 2024-08-20 10:26:26 +08:00
doc Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
fast-jit Add table type API support (#3515) 2024-06-19 14:50:46 +08:00
include Add APIs into wasm_c_api.h to summary wasm function execution duration (#3639) 2024-07-23 16:34:47 +08:00
interpreter Fix table idx resolving in op call_indirect/return_call_indirect (#3726) 2024-08-19 10:57:36 +08:00
libraries debug-interp: Only add lock when signal_flag is SIG_SINGSTEP (#3704) 2024-08-14 09:03:01 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00