You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The crux-llvm and crux-mir Docker images currently use the crux-llvm command and the cargo crux-test command as their respective entrypoints. However, these are not the only ways of using the Docker images:
In both images, one can use a shell (e.g., bash) to use the images interactively.
For the crux-mir image, one can use other commands such as crux-mir, cargo saw-build, crux-rustc, saw-rustc, etc.
We should document all of the alternative entrypoints that we support, along with examples of how to invoke them, what their command-line options are, and other relevant information.
The text was updated successfully, but these errors were encountered:
The
crux-llvm
andcrux-mir
Docker images currently use thecrux-llvm
command and thecargo crux-test
command as their respective entrypoints. However, these are not the only ways of using the Docker images:bash
) to use the images interactively.crux-mir
image, one can use other commands such ascrux-mir
,cargo saw-build
,crux-rustc
,saw-rustc
, etc.We should document all of the alternative entrypoints that we support, along with examples of how to invoke them, what their command-line options are, and other relevant information.
The text was updated successfully, but these errors were encountered: