diff --git a/README.rst b/README.rst index 324b949..46cd42b 100644 --- a/README.rst +++ b/README.rst @@ -25,7 +25,7 @@ Help you implement JIT * `NanoJIT `_ - a small JIT engine originally written by Adobe for Flash * `nj `_ - a JIT engine written in C++ based on `Eclipse OMR `_. Eclipse OMR is used in IBM's Java implementation, but the JIT engine is generic * `Cranelift `_ - A Rust powered JIT compiler for x86-64, aarch64 and s390x created by the Wasmtime team for their WASI interpreter. - +* `c_aot_compile `_ Comes with JIT support ------------------------------