mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
wasm_interp: test for if/else
This commit is contained in:
parent
a09fd95fd7
commit
82e8c89045
2 changed files with 66 additions and 7 deletions
|
@ -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()),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue