wasm-micro-runtime/core/iwasm
Alfred E. Neumayer 99b47fd334
Support AOT compiler with LLVM 17 (#2567)
Adapt API usage to new interfaces where applicable, including LLVM function
usage, obsoleted llvm::Optional type and removal of unavailable headers.

Know issues:
- AOT static PGO isn't enabled
- LLVM JIT may run failed due to llvm_orc_registerEHFrameSectionWrapper
  isn't linked into iwasm
2023-09-25 19:00:46 +08:00
..
aot Implement module instance context APIs (#2436) 2023-09-07 14:54:11 +08:00
common Implement async termination of blocking thread (#2516) 2023-09-20 18:11:52 +08:00
compilation Support AOT compiler with LLVM 17 (#2567) 2023-09-25 19:00:46 +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 Fix some check issues on table operations (#2392) 2023-07-27 21:53:48 +08:00
include Implement async termination of blocking thread (#2516) 2023-09-20 18:11:52 +08:00
interpreter Implement module instance context APIs (#2436) 2023-09-07 14:54:11 +08:00
libraries Return __WASI_EINVAL from fd_prestat_dir_name (#2580) 2023-09-25 18:40:12 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00