about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2020-09-29 19:50:03 +0200
committerbjorn3 <bjorn3@users.noreply.github.com>2020-09-29 19:50:03 +0200
commit9a513be11a2a828cffeb6f5a76f6ad528e2d3626 (patch)
treeb1c384ce7005780ef57917d5251d886046c2e876
parent426e55709cf6badbeb99cdae9587ab8ffb8a98ac (diff)
downloadrust-9a513be11a2a828cffeb6f5a76f6ad528e2d3626.tar.gz
rust-9a513be11a2a828cffeb6f5a76f6ad528e2d3626.zip
Update readme
-rw-r--r--Readme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Readme.md b/Readme.md
index 41159b66af8..680ff877656 100644
--- a/Readme.md
+++ b/Readme.md
@@ -42,9 +42,9 @@ $ $cg_clif_dir/target/release/cg_clif my_crate.rs
 ### Jit mode
 
 In jit mode cg_clif will immediately execute your code without creating an executable file.
-This requires all dependencies to be available as dynamic library.
-The easiest way to achieve this is by creating a new dylib crate that has all your dependencies as dependencies of itself.
-Rustc will then link all your rlib dependencies into the dylib.
+
+> This requires all dependencies to be available as dynamic library.
+> The jit mode will probably need cargo integration to make this possible.
 
 ```bash
 $ $cg_clif_dir/cargo.sh jit