add detail br_if error
This commit is contained in:
@@ -468,7 +468,7 @@ where
|
|||||||
}
|
}
|
||||||
other => {
|
other => {
|
||||||
return Err(Error::Microwasm(
|
return Err(Error::Microwasm(
|
||||||
format!("unimplemented {:#?}", other).to_string(),
|
format!("br_if unimplemented case: {:#?}", other).to_string(),
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user