FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

basic-cli/crates at main · r-bar/basic-cli · GitHub

forked from roc-lang/basic-cli

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

basic-cli host

See basic-cli-build-steps.png to see how these crates are used in the build process.

roc_host

Every Roc platform needs a host. The host contains code that calls the Roc main function and provides the Roc app with functions to allocate memory and execute effects such as writing to stdio or making HTTP requests.

roc_host_bin

This crate wraps roc_host to build an executable. This executable is used by roc preprocess-host .... That command generates an .rh and .rm file, these files are used by the surgical linker.

roc_host_lib

This crate wraps roc_host and produces a static library (.a file). This .a file is used for legacy linking. Legacy linking refers to using a typical linker like ld or lld instead of the Roc surgical linker.

roc_std

Provides Rust representations of Roc data structures.


Back | FazBrowse Home | New Git URL