From 4b8d2f18006d898c4dfd5463bce33269510149c0 Mon Sep 17 00:00:00 2001 From: John Giorshev Date: Mon, 28 Oct 2024 21:32:07 -0400 Subject: [PATCH] c_aot_compile --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ------------------------------