mirror of
https://github.com/fluencelabs/aquavm
synced 2025-06-26 13:11:35 +00:00
Improve non iterable scalar scoping (#243)
This commit is contained in:
@ -30,7 +30,7 @@ pub type ExecutionTrace = Vec<ExecutedState>;
|
||||
/// have the following format.
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
pub struct InterpreterData {
|
||||
/// Trace of AIR execution, which contains executed call, par and fold states.
|
||||
/// Trace of AIR execution, which contains executed call, par, fold, and ap states.
|
||||
pub trace: ExecutionTrace,
|
||||
|
||||
/// Contains maximum generation for each global stream. This info will be used while merging
|
||||
|
Reference in New Issue
Block a user