pub async fn uninstall_package( __arg0: State<AppState>, __arg1: Path<String>, ) -> Result<Json<Value>, (StatusCode, Json<Value>)>
DELETE /api/packages/{name} — uninstall a package (unload WASM + delete files)