Creating a subprocess

    • Deno is capable of spawning a subprocess via Deno.run.
    • Spawned subprocesses do not run in a security sandbox.
    • Communicate with the subprocess via the , stdout and streams.