CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
wasm_sys_process.h
1#pragma once
2
3// wasm-internal declarations for the process backend. The platform contract itself lives in
4// cx/sys/process_private.h, which tail-includes this file. There is no Process subclass here,
5// because nothing on this platform ever constructs one.
6
7#include "cx/sys/process.h"
Launching, inspecting and controlling operating system processes.