wasm-micro-runtime/core/iwasm
YAMAMOTO Takashi bc35602004
Fix aot large model (--size-level=0) with LLVM 18 (#3057)
The recent versions LLVM uses ".ltext" section for X86 large model.

cf. d8a04398f9

This fixes https://github.com/bytecodealliance/wasm-micro-runtime/issues/3034
2024-01-19 19:43:41 +08:00
..
aot Fix aot large model (--size-level=0) with LLVM 18 (#3057) 2024-01-19 19:43:41 +08:00
common Check arguments before calling bh_hash_map_find (#3055) 2024-01-19 19:29:21 +08:00
compilation Fix aot large model (--size-level=0) with LLVM 18 (#3057) 2024-01-19 19:43:41 +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 Enhancements on wasm function execution time statistic (#2985) 2024-01-17 09:51:54 +08:00
include wasm_runtime_begin_blocking_op: A comment about usage expectation (#3056) 2024-01-19 18:31:21 +08:00
interpreter classic-interp: Handle SIMD opcode when JIT is enabled (#3046) 2024-01-19 12:31:18 +08:00
libraries Check arguments before calling bh_hash_map_find (#3055) 2024-01-19 19:29:21 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00