wiggle-generate: add an empty constructor to ErrorTransform
some library users (me, in lucet-wasi) may not care about ErrorTransform YET
This commit is contained in:
@@ -11,6 +11,9 @@ pub struct ErrorTransform {
|
||||
}
|
||||
|
||||
impl ErrorTransform {
|
||||
pub fn empty() -> Self {
|
||||
Self { m: Vec::new() }
|
||||
}
|
||||
pub fn new(conf: &ErrorConf, doc: &Document) -> Result<Self, Error> {
|
||||
let mut richtype_identifiers = HashMap::new();
|
||||
let m = conf.iter().map(|(ident, field)|
|
||||
|
||||
Reference in New Issue
Block a user