mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Updates zig9 to zig
Referenced in https://github.com/rtfeldman/roc/pull/1905
This commit is contained in:
parent
09f447e95f
commit
2dd86b1f18
3 changed files with 3 additions and 3 deletions
|
@ -878,7 +878,7 @@ fn link_wasm32(
|
|||
let zig_str_path = find_zig_str_path();
|
||||
let wasi_libc_path = find_wasi_libc_path();
|
||||
|
||||
let child = Command::new("zig9")
|
||||
let child = Command::new("zig")
|
||||
// .env_clear()
|
||||
// .env("PATH", &env_path)
|
||||
.args(&["build-exe"])
|
||||
|
|
|
@ -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",
|
||||
|
|
2
examples/hello-web/.gitignore
vendored
2
examples/hello-web/.gitignore
vendored
|
@ -1,2 +1,2 @@
|
|||
hello-web
|
||||
hello-web.wasm
|
||||
*.wat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue