mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-15 04:10:14 +03:00
.. | ||
src | ||
build.sh | ||
Cargo.lock | ||
Cargo.toml | ||
host.c | ||
README.md |
Rebuilding the host from source
Run build.sh
to manually rebuild this platform's host.
Note that the compiler currently has its own logic for rebuilding these hosts
(in link.rs
). It's hardcoded for now, but the long-term goal is that
hosts will be precompiled by platform authors and distributed in packages,
at which point only package authors will need to think about rebuilding hosts.