//! Constants used throughout Wasmrun
use AtomicBool;
/// Server constants
pub const PID_FILE: &str = "/tmp/wasmrun_server.pid";
/// WASM file validation constants
pub const WASM_MAGIC_BYTES: = ;
/// Debug flag for global debug state
pub static DEBUG_ENABLED: AtomicBool = new;