mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Debugging improvements
This commit is contained in:
parent
8a137126fe
commit
a08633fd36
5 changed files with 59 additions and 41 deletions
|
@ -79,6 +79,7 @@ impl StoredValue {
|
|||
|
||||
/// Helper structure for WasmBackend, to keep track of how values are stored,
|
||||
/// including the VM stack, local variables, and linear memory
|
||||
#[derive(Debug)]
|
||||
pub struct Storage<'a> {
|
||||
pub arg_types: Vec<'a, ValueType>,
|
||||
pub local_types: Vec<'a, ValueType>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue