node_sys/module/
child_process.rs

1use wasm_bindgen::prelude::*;
2
3#[wasm_bindgen(module = "child_process")]
4extern {}