mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Fix wasm32 host filename generation
This commit is contained in:
parent
e4e629c4e4
commit
fa2e0648ca
4 changed files with 52 additions and 68 deletions
|
@ -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()
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue