Updates zig9 to zig

Referenced in https://github.com/rtfeldman/roc/pull/1905
This commit is contained in:
Nathan Bleigh 2021-11-09 21:18:18 -06:00
parent 09f447e95f
commit 2dd86b1f18
3 changed files with 3 additions and 3 deletions

View file

@ -367,7 +367,7 @@ pub fn helper_wasm<'a>(
use std::process::Command;
Command::new("zig9")
Command::new("zig")
.current_dir(dir_path)
.args(&[
"wasm-ld",