Skip to content

Commit 1fa4a0e

Browse files
committed
Add _winapi functions for subprocess
1 parent 325706d commit 1fa4a0e

File tree

2 files changed

+367
-10
lines changed

2 files changed

+367
-10
lines changed

vm/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,10 @@ schannel = "0.1"
122122

123123
[target.'cfg(windows)'.dependencies.winapi]
124124
version = "0.3"
125-
features = ["winsock2", "handleapi", "ws2def", "std", "winbase", "wincrypt", "fileapi", "wincon"]
125+
features = [
126+
"winsock2", "handleapi", "ws2def", "std", "winbase", "wincrypt", "fileapi", "processenv",
127+
"namedpipeapi", "winnt", "processthreadsapi", "errhandlingapi", "winuser", "synchapi",
128+
]
126129

127130
[target.'cfg(target_arch = "wasm32")'.dependencies]
128131
wasm-bindgen = "0.2"

0 commit comments

Comments
 (0)