{"record":{"id":"384ab6245b27bb7f","repo":"wasmerio/wasmer","slug":"could-not-read-or-find-wasmer-toml-manifest-in-pat","errorCode":null,"errorMessage":"Could not read or find wasmer.toml manifest in path '{}'!","messagePattern":"Could not read or find wasmer\\.toml manifest in path '(.+?)'!","errorType":"exception","errorClass":"anyhow::Error","httpStatus":null,"severity":"error","filePath":"lib/cli/src/commands/app/deploy.rs","lineNumber":160,"sourceCode":"}\n\nstruct RemoteBuildInput {\n    app_config: AppConfigV1,\n    owner: String,\n    original_config: Option<serde_yaml::Value>,\n    config_path: Option<PathBuf>,\n}\n\nimpl CmdAppDeploy {\n    async fn publish(\n        &self,\n        client: &WasmerClient,\n        owner: String,\n        manifest_dir_path: PathBuf,\n    ) -> anyhow::Result<PackageIdent> {\n        let (manifest_path, manifest) = match load_package_manifest(&manifest_dir_path)? {\n            Some(r) => r,\n            None => anyhow::bail!(\n                \"Could not read or find wasmer.toml manifest in path '{}'!\",\n                manifest_dir_path.display()\n            ),\n        };\n\n        let publish_cmd = PackagePublish {\n            env: self.env.clone(),\n            dry_run: false,\n            quiet: self.quiet,\n            package_name: None,\n            package_version: None,\n            no_validate: false,\n            package_path: manifest_dir_path.clone(),\n            wait: match self.no_wait {\n                true => PublishWait::None,\n                false => PublishWait::Container,\n            },\n            timeout: humantime::Duration::from_str(\"2m\").unwrap(),","sourceCodeStart":142,"sourceCodeEnd":178,"githubUrl":"https://github.com/wasmerio/wasmer/blob/8c4b9ee9d33fb2068863fbb3d328683e7e6ff7f5/lib/cli/src/commands/app/deploy.rs#L142-L178","documentation":"Error \"Could not read or find wasmer.toml manifest in path '{}'!\" thrown in wasmerio/wasmer.","triggerScenarios":"Thrown at lib/cli/src/commands/app/deploy.rs:160 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"8c4b9ee9d33fb2068863fbb3d328683e7e6ff7f5","analyzedAt":"2026-09-01T23:06:31.009Z","contentChangedAt":null,"schemaVersion":2},"datasetVersion":"2026-09-09T06:17:21.866Z"}