{"record":{"id":"6caf6b6f09607302","repo":"wasmerio/wasmer","slug":"vmexceptionref-into-raw-is-only-implemented-for-t","errorCode":null,"errorMessage":"VMExceptionRef::into_raw is only implemented for the sys backend","messagePattern":"VMExceptionRef::into_raw is only implemented for the sys backend","errorType":"panic","errorClass":null,"httpStatus":null,"severity":"error","filePath":"lib/api/src/vm/impls.rs","lineNumber":107,"sourceCode":"            #[cfg(feature = \"v8\")]\n            Self::V8(s) => {\n                let mut store = store.as_store_mut();\n                VMMemory::V8(s.into_vm_memory(store.inner.store.as_v8_mut()))\n            }\n            #[cfg(feature = \"js\")]\n            Self::Js(s) => VMMemory::Js(s),\n        }\n    }\n}\n\nimpl VMExceptionRef {\n    /// Converts the `VMExternRef` into a `RawValue`.\n    pub fn into_raw(self) -> RawValue {\n        match self {\n            #[cfg(feature = \"sys\")]\n            Self::Sys(s) => s.into_raw(),\n\n            _ => unimplemented!(\"VMExceptionRef::into_raw is only implemented for the sys backend\"),\n        }\n    }\n}\n","sourceCodeStart":89,"sourceCodeEnd":111,"githubUrl":"https://github.com/wasmerio/wasmer/blob/8c4b9ee9d33fb2068863fbb3d328683e7e6ff7f5/lib/api/src/vm/impls.rs#L89-L111","documentation":"Error \"VMExceptionRef::into_raw is only implemented for the sys backend\" thrown in wasmerio/wasmer.","triggerScenarios":"Thrown at lib/api/src/vm/impls.rs:107 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"}