[][src]Module wasm_pack::child

Utilties for managing child processes.

This module helps us ensure that all child processes that we spawn get properly logged and their output is logged as well.

Functions

new_command

Return a new Command object

run

Run the given command and return its stdout.

run_capture_stdout

Run the given command and return its stdout.