roc/examples/multi-module/platform
2020-11-10 20:15:59 +01:00
..
src fully qualify symbols (with the module name) in generated IR 2020-11-10 20:15:59 +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.