Skip to content

Commit 9a513be

Browse files
committed
Update readme
1 parent 426e557 commit 9a513be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ $ $cg_clif_dir/target/release/cg_clif my_crate.rs
4242
### Jit mode
4343

4444
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.
45+
46+
> This requires all dependencies to be available as dynamic library.
47+
> The jit mode will probably need cargo integration to make this possible.
4848
4949
```bash
5050
$ $cg_clif_dir/cargo.sh jit

0 commit comments

Comments
 (0)