We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 426e557 commit 9a513beCopy full SHA for 9a513be
Readme.md
@@ -42,9 +42,9 @@ $ $cg_clif_dir/target/release/cg_clif my_crate.rs
42
### Jit mode
43
44
In jit mode cg_clif will immediately execute your code without creating an executable file.
45
-This requires all dependencies to be available as dynamic library.
46
-The easiest way to achieve this is by creating a new dylib crate that has all your dependencies as dependencies of itself.
47
-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.
48
49
```bash
50
$ $cg_clif_dir/cargo.sh jit
0 commit comments