Skip to main content

utf8_env_part

Function utf8_env_part 

Source
fn utf8_env_part(part: OsString) -> Result<String>
Expand description

Environment variables are arbitrary byte strings on unix, but Wasi stores them as String, so reject the ones that cannot be represented.