mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 04:38:25 +00:00
Add support for llvm-debug-dir on functions with a V128 type.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user