{"record":{"id":"19ad4a1e4cddd0af","repo":"wasmerio/wasmer","slug":"interrupts-not-supported","errorCode":null,"errorMessage":"Interrupts not supported","messagePattern":"Interrupts not supported","errorType":"panic","errorClass":null,"httpStatus":null,"severity":"error","filePath":"lib/compiler-cranelift/src/compiler.rs","lineNumber":859,"sourceCode":"        TrapCode::HeapAccessOutOfBounds\n    } else if trap == crate::TRAP_HEAP_MISALIGNED {\n        TrapCode::UnalignedAtomic\n    } else if trap == crate::TRAP_TABLE_OUT_OF_BOUNDS {\n        TrapCode::TableAccessOutOfBounds\n    } else if trap == crate::TRAP_INDIRECT_CALL_TO_NULL {\n        TrapCode::IndirectCallToNull\n    } else if trap == crate::TRAP_BAD_SIGNATURE {\n        TrapCode::BadSignature\n    } else if trap == ir::TrapCode::INTEGER_OVERFLOW {\n        TrapCode::IntegerOverflow\n    } else if trap == ir::TrapCode::INTEGER_DIVISION_BY_ZERO {\n        TrapCode::IntegerDivisionByZero\n    } else if trap == ir::TrapCode::BAD_CONVERSION_TO_INTEGER {\n        TrapCode::BadConversionToInteger\n    } else if trap == crate::TRAP_UNREACHABLE {\n        TrapCode::UnreachableCodeReached\n    } else if trap == crate::TRAP_INTERRUPT {\n        unimplemented!(\"Interrupts not supported\")\n    } else if trap == crate::TRAP_NULL_REFERENCE || trap == crate::TRAP_NULL_I31_REF {\n        unimplemented!(\"Null reference not supported\")\n    } else {\n        unimplemented!(\"Trap code {trap:?} not supported\")\n    }\n}\n","sourceCodeStart":841,"sourceCodeEnd":866,"githubUrl":"https://github.com/wasmerio/wasmer/blob/8c4b9ee9d33fb2068863fbb3d328683e7e6ff7f5/lib/compiler-cranelift/src/compiler.rs#L841-L866","documentation":"Error \"Interrupts not supported\" thrown in wasmerio/wasmer.","triggerScenarios":"Thrown at lib/compiler-cranelift/src/compiler.rs:859 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"}