wasm_interp: test for if/else

This commit is contained in:
Brian Carroll 2022-11-26 09:36:49 +00:00
parent a09fd95fd7
commit 82e8c89045
No known key found for this signature in database
GPG key ID: 5C7B2EC4101703C0
2 changed files with 66 additions and 7 deletions

View file

@ -42,7 +42,7 @@ impl<'a> ExecutionState<'a> {
program_counter,
block_depth: 0,
import_signatures: Vec::new_in(arena),
debug_string: None,
debug_string: Some(String::new()),
}
}