WIP.
This commit is contained in:
parent
e9d4fe89b1
commit
61105ea7fc
|
@ -220,7 +220,10 @@ impl<'a> WasmFuncBackend<'a> {
|
|||
}
|
||||
}
|
||||
}
|
||||
_ => unreachable!(),
|
||||
&ValueDef::PickOutput(..) => {
|
||||
self.lower_value(value, func);
|
||||
}
|
||||
def => unreachable!("Unexpected inst: {:?}", def),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue