mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
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:
parent
97ce32ebde
commit
5663a1d9f9
4 changed files with 12 additions and 12 deletions
|
@ -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()
|
||||
)
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue