mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 12:48:20 +00:00
Add debugging to zig compilation
This commit is contained in:
@@ -1218,6 +1218,7 @@ fn link_exe_from_dir(
|
||||
|
||||
let compilation = cmd
|
||||
.stdout(std::process::Stdio::inherit())
|
||||
.stderr(std::process::Stdio::inherit())
|
||||
.output()
|
||||
.context(anyhow!("Could not execute `zig`: {cmd:?}"))?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user