diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2020-09-29 19:50:03 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2020-09-29 19:50:03 +0200 |
| commit | 9a513be11a2a828cffeb6f5a76f6ad528e2d3626 (patch) | |
| tree | b1c384ce7005780ef57917d5251d886046c2e876 | |
| parent | 426e55709cf6badbeb99cdae9587ab8ffb8a98ac (diff) | |
| download | rust-9a513be11a2a828cffeb6f5a76f6ad528e2d3626.tar.gz rust-9a513be11a2a828cffeb6f5a76f6ad528e2d3626.zip | |
Update readme
| -rw-r--r-- | Readme.md | 6 |
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 |
