Rephrase "precompiled host" to "precompiled platform"

This is for clarity to Roc app developers, for whom "host" is not
necessarily in their Roc vocabulary. Additionally, this phrasing
is simply more accurate.
This commit is contained in:
Jan Van Bruggen 2022-09-05 21:45:02 -06:00
parent 97ce32ebde
commit 5663a1d9f9
No known key found for this signature in database
GPG key ID: FE2A4E38E0FA6134
4 changed files with 12 additions and 12 deletions

View file

@ -495,7 +495,7 @@ fn gen_from_mono_module_dev_wasm32(
let host_bytes = std::fs::read(preprocessed_host_path).unwrap_or_else(|_| {
panic!(
"Failed to read host object file {}! Try setting --precompiled-host=false",
"Failed to read host object file {}! Try setting --precompiled-platform=false",
preprocessed_host_path.display()
)
});