pub type WasiConfigVarsEntry = WasiConfigVarsEntry;
pub struct WasiConfigVarsEntry { pub key: String, pub value: String, }
key: String
value: String