| ... | @@ -105,8 +105,8 @@ pub const ChildProcess = struct { | ... | @@ -105,8 +105,8 @@ pub const ChildProcess = struct { |
| 105 | .term = null, | 105 | .term = null, |
| 106 | .env_map = null, | 106 | .env_map = null, |
| 107 | .cwd = null, | 107 | .cwd = null, |
| 108 | .uid = if (builtin.os.tag == .windows) {} else null, | 108 | .uid = if (builtin.os.tag == .windows or builtin.os.tag == .wasi) {} else null, |
| 109 | .gid = if (builtin.os.tag == .windows) {} else null, | 109 | .gid = if (builtin.os.tag == .windows or builtin.os.tag == .wasi) {} else null, |
| 110 | .stdin = null, | 110 | .stdin = null, |
| 111 | .stdout = null, | 111 | .stdout = null, |
| 112 | .stderr = null, | 112 | .stderr = null, |