roc/examples/quicksort/platform
2020-11-07 22:44:06 +01:00
..
src update quicksort 2020-11-02 01:14:04 +01:00
build.sh Change linking back 2020-10-04 16:35:21 -04:00
Cargo.lock Have quicksort example use cargo host and RocList 2020-10-05 22:52:50 -04:00
Cargo.toml Have quicksort example use cargo host and RocList 2020-10-05 22:52:50 -04:00
host.c Attempt to statically link hosts 2020-10-04 16:35:17 -04:00
Pkg-Config.roc make quicksort use a Pkg-Config.roc file 2020-11-07 22:44:06 +01:00
README.md Rebuild hosts automatically (for now) 2020-10-04 16:35:32 -04:00

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.