Skip to content

Commit 82a99fe

Browse files
committed
impl finish_translate_locals as no-op
1 parent 93bd416 commit 82a99fe

File tree

1 file changed

+1
-1
lines changed
  • crates/wasmi/src/engine/translator/translator2

1 file changed

+1
-1
lines changed

crates/wasmi/src/engine/translator/translator2/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ impl WasmTranslator<'_> for FuncTranslator {
8989
}
9090

9191
fn finish_translate_locals(&mut self) -> Result<(), Error> {
92-
todo!()
92+
Ok(())
9393
}
9494

9595
fn update_pos(&mut self, _pos: usize) {}

0 commit comments

Comments
 (0)