roc/examples/hello-world/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 RocStr and convert HelloWord example to use it 2020-10-12 16:51:09 -07:00
Cargo.lock Add RocStr and convert HelloWord example to use it 2020-10-12 16:51:09 -07:00
Cargo.toml Add RocStr and convert HelloWord example to use it 2020-10-12 16:51:09 -07:00
host.c Add RocStr and convert HelloWord example to use it 2020-10-12 16:51:09 -07:00
Pkg-Config.roc add more Pkg-Config.roc files 2020-11-07 23:10:38 +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.