mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
![]() Also, reduces the number of elements in the quicksort example to make it run better with valgrind. |
||
---|---|---|
.. | ||
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.