Module wasm_pack::child[][src]

Expand description

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

Return a new Command object

Run the given command and return on success.

Run the given command and return its stdout.