Crate wasmedge_process_interface[][src]

Expand description

How to use this crate

Adding this as a dependency

[dependencies]
wasmedge_process_interface = "^0.2.0"

Bringing this into scope

use wasmedge_process_interface::Command;

Tests

cargo test --lib

Modules

wasmedge_process

Structs

Command
Output

The output of a finished process.