Implemented in C. Interpreted, AOT, and JIT compiled.
It includes a few parts as below:
The "iwasm" VM core to run WASM applications, supporting interpreter mode, AOT mode (Ahead-of-Time compilation) and JIT modes (Just-in-Time compilation, LLVM JIT and Fast JIT are supported)
The "wamrc" AOT compiler to compile WASM file into AOT file for best performance and smaller runtime footprint, which is run by "iwasm" VM Core
The application framework and the supporting APIs for the WASM applications
The dynamic management of the WASM applications
Non-MVP features supported
Host APIs supported
Non-web standards
Last modified 02 October 2024