wasm-micro-runtime/core/iwasm/include
Wenyong Huang 40a14b51c5
Enable running mode control for runtime and module instance (#1923)
Enable setting running mode when executing a wasm bytecode file
- Four running modes are supported: interpreter, fast-jit, llvm-jit and multi-tier-jit
- Add APIs to set/get the default running mode of the runtime
- Add APIs to set/get the running mode of a wasm module instance
- Add running mode options for iwasm command line tool

And add size/opt level options for LLVM JIT
2023-02-02 18:16:01 +08:00
..
aot_export.h Make memory profiling show native stack usage (#1917) 2023-02-01 11:52:15 +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 Adding option to pass user data to allocator functions (#1765) 2022-11-30 16:19:18 +08:00
wasm_export.h Enable running mode control for runtime and module instance (#1923) 2023-02-02 18:16:01 +08:00