Fix wasm32 host filename generation

This commit is contained in:
Richard Feldman 2022-11-18 16:47:29 -05:00
parent e4e629c4e4
commit fa2e0648ca
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
4 changed files with 52 additions and 68 deletions

View file

@ -354,7 +354,7 @@ pub fn build_file<'a>(
problems
} else {
todo!(
"gracefully handle `ld` returning exit code {:?}",
"gracefully handle `ld` (or `zig` in the case of wasm with --optimize) returning exit code {:?}",
exit_status.code()
);
}