{"record":{"id":"ba72f0c4ece1f04f","repo":"wasmerio/wasmer","slug":"no-v128-type-in-wasm-c-api-yet","errorCode":null,"errorMessage":"no v128 type in Wasm C API yet!","messagePattern":"no v128 type in Wasm C API yet!","errorType":"panic","errorClass":null,"httpStatus":null,"severity":"error","filePath":"lib/c-api/src/wasm_c_api/types/value.rs","lineNumber":25,"sourceCode":"#[repr(u8)]\npub enum wasm_valkind_enum {\n    WASM_I32 = 0,\n    WASM_I64 = 1,\n    WASM_F32 = 2,\n    WASM_F64 = 3,\n    WASM_EXTERNREF = 128,\n    WASM_FUNCREF = 129,\n    WASM_EXNREF = 130,\n}\n\nimpl From<Type> for wasm_valkind_enum {\n    fn from(other: Type) -> Self {\n        match other {\n            Type::I32 => Self::WASM_I32,\n            Type::I64 => Self::WASM_I64,\n            Type::F32 => Self::WASM_F32,\n            Type::F64 => Self::WASM_F64,\n            Type::V128 => todo!(\"no v128 type in Wasm C API yet!\"),\n            Type::ExternRef => Self::WASM_EXTERNREF,\n            Type::FuncRef => Self::WASM_FUNCREF,\n            Type::ExceptionRef => Self::WASM_EXNREF,\n        }\n    }\n}\n\nimpl From<wasm_valkind_enum> for Type {\n    fn from(other: wasm_valkind_enum) -> Self {\n        use wasm_valkind_enum::*;\n        match other {\n            WASM_I32 => Type::I32,\n            WASM_I64 => Type::I64,\n            WASM_F32 => Type::F32,\n            WASM_F64 => Type::F64,\n            WASM_EXTERNREF => Type::ExternRef,\n            WASM_FUNCREF => Type::FuncRef,\n            WASM_EXNREF => Type::ExternRef,","sourceCodeStart":7,"sourceCodeEnd":43,"githubUrl":"https://github.com/wasmerio/wasmer/blob/8c4b9ee9d33fb2068863fbb3d328683e7e6ff7f5/lib/c-api/src/wasm_c_api/types/value.rs#L7-L43","documentation":"Error \"no v128 type in Wasm C API yet!\" thrown in wasmerio/wasmer.","triggerScenarios":"Thrown at lib/c-api/src/wasm_c_api/types/value.rs:25 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"}