Add unsupported instruction message
This commit is contained in:
parent
5b96c500df
commit
e40023e8e6
@ -614,7 +614,7 @@ impl<'a> Factory<'a> {
|
||||
Operator::I64Const { value } => self.target.push_constant(value),
|
||||
Operator::F32Const { value } => self.target.push_constant(value.bits()),
|
||||
Operator::F64Const { value } => self.target.push_constant(value.bits()),
|
||||
_ => unimplemented!(),
|
||||
_ => panic!("Unsupported instruction: {:?}", op),
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user