We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sample code:
import { spawn, exec } from "socket:child_process"; const { stdout } = await exec("echo 1"); // returns win32 alert window const child = spawn("ssc", ["-v"]); // returns win32 alert window
uname -a
Windows 10 22H2 (64bit)
0.6.0-rc.8 (20424ea)
rustc 1.82.0 (f6e511eec 2024-10-15)
Expecting exec or spawn to execute or spawn process.
exec
spawn
The text was updated successfully, but these errors were encountered:
jwerle
No branches or pull requests
Sample code:
What OS are you using (
uname -a
, or Windows version)?Windows 10 22H2 (64bit)
What version Socket Runtime are you using?
0.6.0-rc.8 (20424ea)
What programming language are you using (C/C++/Go/Rust)?
rustc 1.82.0 (f6e511eec 2024-10-15)
What did you expect to see and what you saw instead?
Expecting
exec
orspawn
to execute or spawn process.The text was updated successfully, but these errors were encountered: