diff --git a/lib/cli/src/store.rs b/lib/cli/src/store.rs index 4383201e8..c33fb1924 100644 --- a/lib/cli/src/store.rs +++ b/lib/cli/src/store.rs @@ -225,6 +225,7 @@ impl StoreOptions { Type::I64 => "I".to_string(), Type::F32 => "f".to_string(), Type::F64 => "F".to_string(), + Type::V128 => "v".to_string(), _ => { unimplemented!("Function type not yet supported for generated signatures in debugging"); }