roc/examples/multi-module/platform
2020-11-07 23:10:38 +01:00
..
src use RocCallResult and pass-by-reference in all examples 2020-11-01 15:00:11 +01:00
build.sh add multi module cli test 2020-10-12 22:24:05 +02:00
Cargo.lock add multi module cli test 2020-10-12 22:24:05 +02:00
Cargo.toml add multi module cli test 2020-10-12 22:24:05 +02:00
host.c add multi module cli test 2020-10-12 22:24:05 +02:00
Pkg-Config.roc add more Pkg-Config.roc files 2020-11-07 23:10:38 +01:00
README.md add multi module cli test 2020-10-12 22:24:05 +02: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.