wasm-micro-runtime/core/iwasm
Wenyong Huang c43e4505da
Allow to set segue flags for wasm-c-api JIT (#2926)
Add an API to set segue flags for wasm-c-api LLVM JIT mode:
```C
wasm_config_t *
wasm_config_set_segue_flags(wasm_config_t *config, uint32 segue_flags);
```
2024-01-02 19:34:18 +08:00
..
aot Refine AOT function call process (#2940) 2024-01-02 19:10:31 +08:00
common Allow to set segue flags for wasm-c-api JIT (#2926) 2024-01-02 19:34:18 +08:00
compilation Enable AOT linux perf support (#2930) 2024-01-02 15:58:17 +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 fast-jit: Fix const shift and const i64 compare issues (#2969) 2024-01-02 17:56:34 +08:00
include Allow to set segue flags for wasm-c-api JIT (#2926) 2024-01-02 19:34:18 +08:00
interpreter Refine LLVM JIT function call process (#2925) 2024-01-02 18:46:02 +08:00
libraries Handle ambiguous fstflags on fd_filestat_set_times (#2892) 2023-12-11 14:16:58 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00