wasm-micro-runtime/core/iwasm/include
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_export.h Enable AOT linux perf support (#2930) 2024-01-02 15:58:17 +08:00
lib_export.h Apply clang-format for more src files and update spec test script (#775) 2021-10-08 17:47:11 +08:00
wasm_c_api.h Allow to set segue flags for wasm-c-api JIT (#2926) 2024-01-02 19:34:18 +08:00
wasm_export.h Enable AOT linux perf support (#2930) 2024-01-02 15:58:17 +08:00