mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-24 22:21:32 +00:00
Improve panic/unreachable/unimplemented usage. Refactor a little.
This commit is contained in:
@ -108,7 +108,7 @@ impl From<Converter<ir::Type>> for Type {
|
||||
ir::types::F32 => Type::F32,
|
||||
ir::types::F64 => Type::F64,
|
||||
ir::types::I32X4 => Type::V128,
|
||||
_ => panic!("unsupported wasm type"),
|
||||
_ => unimplemented!("unsupported wasm type"),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user