Rephrase "precompiled platform" to "prebuilt platform"

This commit is contained in:
Jan Van Bruggen 2022-09-06 15:03:04 -06:00
parent 50a8cff460
commit 68be131bd7
No known key found for this signature in database
GPG key ID: FE2A4E38E0FA6134
4 changed files with 22 additions and 22 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-platform=false",
"Failed to read host object file {}! Try setting --prebuilt-platform=false",
preprocessed_host_path.display()
)
});