wasm-micro-runtime/core/iwasm
YAMAMOTO Takashi 5831531449
aot: Move stack_sizes table to a dedicated section (#2317)
To solve the "AOT module load failed: resolve symbol stack_sizes failed" issue.

This PR partly fixes #2312 and was lightly tested on qemu armhf.
2023-06-27 16:18:14 +08:00
..
aot aot: Move stack_sizes table to a dedicated section (#2317) 2023-06-27 16:18:14 +08:00
common Implement AOT static PGO (#2243) 2023-06-05 09:17:39 +08:00
compilation aot: Move stack_sizes table to a dedicated section (#2317) 2023-06-27 16:18:14 +08:00
doc Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00
fast-jit Implement Fast JIT multi-threading feature (#2134) 2023-04-20 10:09:34 +08:00
include Implement AOT static PGO (#2243) 2023-06-05 09:17:39 +08:00
interpreter Fix fast-interp issue of LAST_OP_OUTPUT_I32/64 check (#2295) 2023-06-16 10:00:24 +08:00
libraries wasi-nn: Improve tests paths for local dev (#2309) 2023-06-27 08:07:30 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00