roc/examples/quicksort/platform
Brendan Hansknecht 97c23557c7 Fix RocList memory leak
Also, reduces the number of elements in the quicksort example to make it
run better with valgrind.
2020-10-11 19:00:35 -07:00
..
src Fix RocList memory leak 2020-10-11 19:00:35 -07: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
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.