pub fn get_platform() -> &'static strExpand description
Return the host platform string as known to Rust:
"macos", "linux", "windows", etc. — the value of
std::env::consts::OS. The renderer normalises this through
normalisePlatform in lib/platform.ts.