roc/examples/hello-world/platform
2020-11-02 01:42:04 +01:00
..
src update hello-world 2020-11-02 01:42:04 +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
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.