pub async fn get_name() -> Result<String>
use tauri_wasm::api::app::get_name; let name = get_name().await;