pub fn write_module_to_string( named_address_mapping: &BTreeMap<ModuleId, impl AsRef<str>>, module: &CompiledModule) -> Result<(ModuleId, String)>