This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core/iwasm
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 Make memory profiling show native stack usage (#1917) 2023-02-01 11:52:15 +08:00
common Enable running mode control for runtime and module instance (#1923) 2023-02-02 18:16:01 +08:00
compilation Make memory profiling show native stack usage (#1917) 2023-02-01 11:52:15 +08:00
fast-jit Enable running mode control for runtime and module instance (#1923) 2023-02-02 18:16:01 +08:00
include Enable running mode control for runtime and module instance (#1923) 2023-02-02 18:16:01 +08:00
interpreter Enable running mode control for runtime and module instance (#1923) 2023-02-02 18:16:01 +08:00
libraries wasi-nn: Enable GPU support (#1922) 2023-02-02 08:09:46 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00